IIS 7.5 Classic ASP Error

When trying to access a classic asp page on IIS7.5 you'll receive the following error:

"The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map."

because IIS7.5 doesn't have Classic ASP installed by default.

To activate Classic ASP, do the following:

  1. Goto START
  2. Control Panel
  3. Programs
  4. Turn Windows Features On Off
  5. Expand "Internet Information Services"
  6. Expand "World Wide Web Services"
  7. "Application Development Features"
  8. Click "ASP"