protect physical files

  • Thread starter Thread starter beachboy
  • Start date Start date
B

beachboy

Hello all,

I have a private section for members, and all page contents are protected by
login.
Is any way/method I can protect all files (doc, jpg, pdf) from physical
access, e.g: user can type the full path in address bar on IE, then they can
view the doc.

C# | .NET Framework 1.1

Thanks in advanced.
 
Hello, beachboy!

b> I have a private section for members, and all page contents are
b> protected by login.
b> Is any way/method I can protect all files (doc, jpg, pdf) from physical
b> access, e.g: user can type the full path in address bar on IE, then they
b> can view the doc.

b> C# | .NET Framework 1.1

If your web App is deployed to the server with NTFS partition you can set appropriate ACLs on the files and folders.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top