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
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