LicenseWatch FAQ
Is ASP.NET Registered Correctly in IIS?
If .NET Framework 1.1 was installed before IIS, ASP.NET 1.1 might not be registered correctly in IIS.
How to check if ASP.NET 1.1 is registered in IIS:
- Go to Control Panel / Administrative Tools / Internet Information Services
- Right-click the LicenseWatch website and choose Properties
- Click Configuration
- In the list of extensions .aspx must refer to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll or C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
How to register ASP.NET 1.1 in IIS:
Note: If other websites are installed on the server and those websites use another version of ASP.NET, then the actions below will disrupt them:
- Start a command prompt
- Change to folder
<windows folder>\Microsoft.NET\Framework\v1.1.4322 - Run aspnet_regiis -i
- Run iisreset
