App_Data, App_Code and other App_* folder protection magic
April 2, 2008 at 12:58 pm 1 comment
Today I was asked question how ASP.NET protects this folders’ content from external access. ASP.NET does a little magic there with ISAPI filter aspnet_filter.dll, which you can see on IIS Manager\{Your PC Name}\Web Sites\ISAPI Filters tab.
WebDev.WebServer check this internally in WebDev.WebHost.dll
List of protected dirs: “/bin”, “/app_browsers”, “/app_code”, “/app_data”, “/app_localresources”, “/app_globalresources”, “/app_webreferences”.
Entry filed under: Uncategorized. Tags: .
1.
rambabu | November 28, 2008 at 12:14 pm
nice