manually configure webserver for asp.net 4.0

Jasra picture Jasra · Mar 29, 2011 · Viewed 14.8k times · Source

i m using visual web developer 2010 and on selecting new website option via HTTP i am getting this error...please help

Answer

Darin Dimitrov picture Darin Dimitrov · Mar 29, 2011

Make sure ASP.NET 4.0 is registered with IIS. If it isn't you could register it with the following command:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i

and then try again.