PDA

View Full Version : Protect Installation Files.


Logu
07-16-2008, 05:30 AM
Hi,

I need to protect installation files to delete, copy and overwrite using dotnet.

How can i do this task..


Any one can help me.


Thanks for advance reply.

Loganathan

jeremyh
09-19-2008, 06:56 AM
Why not use forms authentication and include a rule to exclude users from the files

<authorization>
<deny users="?" />
</authorization>

More info at

http://msdn.microsoft.com/en-us/library/xdt4thhy.aspx
http://www.4guysfromrolla.com/webtech/110701-1.shtml

Hope it helps