How to enable ASP classic in IIS7.5
- Go to control panel
- click program features
- turn windows on and off
- go to internet services
- under world wide web services check the asp.net and others
Click ok and your web sites will load properly.
If you are running IIS 8 with windows server 2012 you need to do the following:
- Click Server Manager
- Add roles and features
- Click next and then Role-based
- Select your server
- In the tree choose Web Server(IIS) >> Web Server >> Application Development >> ASP
- Next and finish
from then on your application should start running