ASP.Net unable to start

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?
 
G

Guest

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
 
R

Renukanth.J.P

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top