Of course, no one writes "Classic" ASP anymore. But you may have an old application that you need to host while you ponder a rewrite. Here are a few things you'll need to do if you don't have a time machine:
- Classic ASP is disabled by default in IIS. Go to Control Panel, Programs, Turn Windows features on or off. Expand Internet Information Services, World Wide Web Services, and Application Development Features. Check the ASP box.
- Set up the site in IIS like you normally would.
- By default, you're not going to see error messages that you need to see. Open up IIS as an administrator and double click the ASP icon under IIS. Expand Debugging Properties, and set Send Errors to Browser to True.
- Then, if you're using IE, you need to go into Internet Options, on the Advanced tab, and uncheck the box for Show friendly HTTP error messages.