Registering ASP with IIS

More than often we install the ASP engine before IIS server and therefore we end up with ASP pages not showing up. This is because ASP is not registered with IIS. To solve this you must first register ASP with IIS:

c:\> aspnet_regiis.exe -i

Next step is to reset the IIS server to apply changes:

c:\> iisreset