classic
Classic ASP parent paths are disabled by default
Created Feb 19, 2009 by robmcm
Classic ASP Parent Paths let developers use relative addresses that contain ".." in the paths to files or folders. For example, the following code excerpt illustrates an ASP page that maps a parent path: <% Response.Write...
ASP.NET 2.0 Breaking Changes on IIS 7.0
Created Mar 15, 2008 by chriskno
Introduction ASP.NET 2.0 applications on IIS 7.0 are hosted using the ASP.NET Integrated mode by default. This new mode enables a myriad of exciting scenarios, including using valuable ASP.NET features such as Forms Authentication for your entire...