Wednesday, April 05, 2006

Installing ASP.NET 2.0 Framework Extension For IIS

If you installed IIS after you installed the .NET 2.0 Framework, it's likely that the 2.0 Framework is not registered with IIS. To register the 2.0 Framework extensions for IIS, run "aspnet_regiis.exe -i" from the framework directory. In my case, it was located in "C:\Windows\Microsoft.NET\Framework\v2.0.50727".

The problem surfaced when I was trying to install the latest Microsoft SharePoint beta and got the following error:

"This product requires ASP.Net web server extensions to be enabled"

No comments: