July 2009
M T W T F S S
« May   Dec »
 12345
6789101112
13141516171819
20212223242526
2728293031  

24
Jul
09

This product requires ASP.NET v2.0 to be set to ‘Allow’ in the list of IIS Web Server Extensions

I think there might be an issue with .NET 2.0 SP2 that causes my normal fix of “click the reinstall button on .NET 2.0″ to fix this issue. i recently ran into this issue again and it didnt work. What did work is the commands below. Bascially it is uninstalling and reinstalling via regiis.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -u   (uninstall)

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i   (reinstall)