Subscribe Newsletter

Your Name  : 
Email Address *  : 
  • PNR Enquiry: Google SMS is a good way but besides it you can also check the PNR...
  • ???????: Thanks a lot, I have same problem and think how to solve it all day,...
  • Union Budget 2013-2014: Nice service by Indian Railways.
  • Railway Budget 2013: It is nice service of Google SMS by Indian Railway.
  • wordpress – widgets – plugin 2012: For more information see:...
  • PNR Status: thank you for the info
  • louisg: Thank you Bala Krishna, that’s very nice. Thanks for the SEO plug as...
  • Sandeep Beniwal: Hi, I want to convert video into .flv/.swf using asp.net...
  • Barun Roy Choudhury: Please send me swift code for IOB Santoshpur branch Kolkata...
  • Daniel: Hi, I followed the steps in the article and it gives me an error: Unknown...
  • amarana mohanarao: hello sir iam mohan plz send me STATEBANK OF INDIA [kotturu]...
  • Irina: Hi! Thank you for the article, really nice, but I have some more question...
  • s khaja mynuddin: hello i have forgotten my profile password can i send the filled...
  • Archives

  • Blog Stats

How to Run Classic ASP on IIS 7

Classic ASP is not configured by default in Internet Information Server 7(IIS7). If you want to run classic ASP application in IIS7 then you need to enable and configure this feature in your machine.

Here are step by step guide to enable and configure ASP

Go to Programs and Features in Control Panel and then click Turn Windows features on and off

Browse and Expand Internet Information Services -> World Wide Web Services -> Application Development Features and checked ASP check box.

This is not enough to run ASP on your box. You need to add classic asp application in IIS7 application pool.

Go to Control Panel -> Administrative Tools -> Internet Information Server (IIS) Manager and click on Application Pools in left panel or View Application Pools in right panel.

Now click on Add Application Pool link in right panel.

In the Add Application Pool window type ASP in name box, select No Managed Code in .Net Framework Version dropdown, select Classic in managed pipeline mode dropdown and check Start application pool immediately check box.  Hit OK button.

Now add .asp handler by mapping .asp page to classic application pool.

Go to IIS main window and click  on PC name in left panel. Click on Handler Mapping in IIS section. configure as specified in below screen shot and click ok to add .asp handler.

All done. Now check your application in browser.


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

AddThis Social Bookmark Button

Leave a Reply