Click here to Skip to main content
Licence CPOL
First Posted 18 Oct 2009
Views 101,718
Bookmarked 23 times

How to Setup IIS 6.0 on Windows 7 to Allow Classic ASP Sites to Run

By | 22 Oct 2009 | Article
How to setup IIS 6.0 on Windows 7 to allow Classic ASP sites to run

Introduction

By default, Classic ASP sites will not run in IIS 7.5 on Windows 7 because of it being on the 64 bit platform and Classic ASP built to run on 32 bit.

I encountered a problem with a Classic ASP website that I run off my localhost which makes use of a Microsoft Access Database. In most cases, ASP is not setup by default with IIS 7.5. This page will give you the 3 steps that I followed to set this up and get my site up and running again.

Using the Code

Step 1 - Enable ASP

Start -> Control Panel -> Programs and Features -> Turn Windows Features On or Off.
Make sure that ASP is checked.

Step 2 - Create New AppPool for ASP

Start -> Control Panel -> Administrative Tools -> IIS Manager.
Application Pools -> Add Application Pool.

Right click on your newly created App Pool --> Advanced Settings.
Set "Enable 32 Bit Applications" to TRUE.

Step 3 - Site Setup

Create your new Website in IIS. Ensure that it uses your newly created AppPool. This can be set by going to the Advanced Settings of your Website.

A Default Error page is setup to handle any errors that may occur when your site is running.
Whilst this may be great in a live environment, for development and debugging you may want to see the actual errors.
Prior to IIS 7.5, you would just have to Turn off "Show Friendly HTTP Error Messages" in your browser settings, but now you have to specify this in your website ASP properties.

Select the ASP Properties of your website and then proceed to set the Debugging Properties -> "Send Errors To Browser" to TRUE.
You should also set Behaviour -> "Enable Parent Paths" to TRUE. This will allow the usage of ".." commonly found in ASP applications.

Click to enlarge image

Additional Resource

History

  • 15th October, 2009: Initial version
  • 22nd October, 2009: Article updated

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

butchzn



South Africa South Africa

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Questionworks well.. Pinmembertembz3:15 24 May '12  
Answerworks like a charm PinmemberMuzztein9:04 9 Nov '10  
GeneralThank you very much , you saved my day Pinmemberraajesshh2:30 12 Jul '10  
QuestionHow to Setup IIS 6.0 on Windows 7 to Allow Classic ASP Sites to Run PinmemberAllanShafton14:11 23 Jun '10  
AnswerThank you: A necessary post PinmemberMember 86867712:23 26 Oct '09  
GeneralMy vote of 1 PinmemberRuchit S.21:24 23 Oct '09  
GeneralError in title PinmemberRichard Deeming7:27 20 Oct '09  
GeneralRe: Error in title Pinmemberhackcat17:20 20 Jan '10  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 22 Oct 2009
Article Copyright 2009 by butchzn
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid