|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to protect *.mdb file from direct access by clientIn windows 2000, we can map file extention ".mdb" to 404.dll (which IIS
lockdown installed) to protect microscodt access databases from direct access by client. In Windows 2003 server, the above method do not work. In fact we can't register 404.dll at all. In Machine.Config, we add <add verb="*" path="*.mdb" type="System.Web.HttpForbiddenHandler" /> in <httpHandler> section,it still do not work. Can some one tell me how to protect *.mdb file ? Thanks Hello AJang,
you also habe to make sure to route the request to asp.net. Just replicate the .aspx entry in the IIS script mappings to .mdb. --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > In windows 2000, we can map file extention ".mdb" to 404.dll (which > IIS lockdown installed) to protect microscodt access databases from > direct access by client. > > In Windows 2003 server, the above method do not work. In fact we can't > register 404.dll at all. > In Machine.Config, we add > <add verb="*" path="*.mdb" type="System.Web.HttpForbiddenHandler" /> > in <httpHandler> section,it still do not work. > Can some one tell me how to protect *.mdb file ? > > Thanks >
Possibtl to Create a Code Group Programmatically?
Single sign on in asp.net Questions and observations about CAS and the StrongNameIdentityPermssionAttribute. Signed XML Private Key X509 Certificate WSE 2.0 Issue\Errors IIS With Basic Authentication Set/FormsAuthentication - HELP PLS!? C#.NET app to run on Win 2003 from another Win2003 on the local net? Certificate Valid Date Range Patterns for security LsaStorePrivateData and VB .Net Providing persistent storage in a locked down environment |
|||||||||||||||||||||||