permission

  1. P

    Question Check File Permission

    Hello, I've hosted a webservice on IIS 7.0, and this webservices is checking the file permission of different file on another server. I use System.IO.File.Exists to check if I have access to the file. But I always get the answer "False". If I check a file that is on my IIS server ( the same...
  2. S

    Attempted to perform an unauthorized operation - Error message on Delete a File

    Attempted to perform an unauthorized operation. - Error is showing on delete a File in Windows Vista OS. The following code is used with windows Application - Dim fInfo As New FileInfo("C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\My Application.lnk") Dim objSecId As...
Back
Top