ASP.Net unable to start

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I get the error "Visual Studio.Net has detected that the specified Web
server is not running ASP.Net version 1.1. You will be unable to run ASP.NET
Web applications or services" when I try to create a new application. How
would I set it up so that does not occur?
 
Sorry about that. I did a search and did not find this but now that it is on
here I see there are many and I will read them first.
Thanks
 
Hi

You have to register framework components in IIS so run "aspnet_regiis -i"

Go t o
All Programs --> Microsoft Visual studio .Net --> Visual studio .Net Tools
--> Visual studio .Net Command Prompt

Now in command promt type --> aspnet_regiis -i

This should work fine

Regards,
Renukanth.J.P[MSFT]
Microsoft Developer Support

Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights. You assume all risk for your use.
 
Back
Top