Browse By Tags

ASP

Classic ASP Applications on IIS 7.0 and IIS 7.5 Overview
Created Nov 4, 2009 by robmcm

Introduction Microsoft introduced Active Server Pages (ASP) over a decade ago with the release of Internet Information Server 3.0 for Windows Server NT 4.0. This method of writing server-side scripts using VBScript or JavaScript was revolutionary...

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

Classic ASP script error messages are no longer shown in a Web browser by default
Created Feb 19, 2009 by robmcm

In earlier versions of IIS, error messages from classic ASP scripts were sent to a Web browser, by default. Because these error messages might reveal sensitive information to malicious users, IIS 7.0 disables this feature by default. When your...

Using Classic ASP with Microsoft Access Databases on IIS 7.0 and IIS 7.5
Created Feb 19, 2009 by robmcm

Note : Microsoft Access databases have been popular for many years with developers who use Active Server Pages (ASP) for small-scale applications, but Microsoft Access databases are not designed for scalability, therefore Access databases should...

Microsoft Communities