Browse by Tags

All Tags » Classic ASP (RSS)

Custom Errors (error pages), 500-100.asp, Classic ASP and IIS 7.0 by steve schofield

Custom Errors on IIS 7.0 and Classic ASP. In previous versions of IIS, there was a built-in error page called 500-100.asp. In IIS 7.0, this custom error page is not automatically listed. Here is a quick demo how I setup a couple ways to capture errors...
Filed under: , ,

Classic ASP connection to SQL Server 2005 using Windows Integrated by steve schofield

I had a forums question posted about someone wanting to use Classic ASP and a windows user. All you have to do is run your application pool as network service (not recommended) or a custom user (local or domain). Then make sure the Windows user has rights...
Filed under: ,

Getting CDONTS to work on Windows Server 2008 x64 by steve schofield

A few questions come up in the forums @ http://forums.iis.net about people moving Classic ASP applications that use CDONTS. CDONTS was introduced in NT4 and was widely popular. With the success of ASP applications 'back in the day', many used CDONTS to...
Filed under: , , ,
More Posts