Installing problems

G

Guest

I have installed Visual Studio.net Professional (version 2003) and followed all instructions, and the installation completed sucessfully. But when I try to create a new project (asp.net web application), I get the message "Visual Studio.net has detected that the specified web server is not running asp.net version 1.1".

Any tips

/sf
 
D

David Fries [MSFT]

This blog entry might help..
http://dotnetjunkies.com/WebLog/fletcher.dunton/archive/2004/01/14/5586.aspx
Thanks,
Dave

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Sample code subject to http://www.microsoft.com/info/cpyright.htm
--


/sf said:
I have installed Visual Studio.net Professional (version 2003) and
followed all instructions, and the installation completed sucessfully. But
when I try to create a new project (asp.net web application), I get the
message "Visual Studio.net has detected that the specified web server is not
running asp.net version 1.1".
 
G

Guest

Thanks a lot. That worked

/s

---

"There may not be a need to go through all of the uninstall reinstall, try the following:

Start > Program Files > Microsoft VS.NET > Microsoft VS.NET Tools > Microsoft VS.NET Command Prompt

then type:

aspnet_regiis -r

this should bring up a message about replacing a dll file. after some time, you will see a message that it is all done.


----- David Fries [MSFT] wrote: ----

This blog entry might help.
http://dotnetjunkies.com/WebLog/fletcher.dunton/archive/2004/01/14/5586.asp
Thanks
Dav

--
This posting is provided "AS IS" with no warranties, and confers no rights
Sample code subject to http://www.microsoft.com/info/cpyright.ht
-


/sf said:
I have installed Visual Studio.net Professional (version 2003) an
followed all instructions, and the installation completed sucessfully. Bu
when I try to create a new project (asp.net web application), I get th
message "Visual Studio.net has detected that the specified web server is no
running asp.net version 1.1"
 

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