Tuesday, November 21, 2006

Installing ASP.NET

If you run into problems getting ASP.Net to work if you've installed IIS after your main OS install, run the following command:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

ASP.NET is installed with the .NET Framework, but needs to be registered with IIS to work.

No comments: