Unable to create ASP.NET Project in VS.NET 2003

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

Guest

I am trying to create a new asp.net web application in VS.NET 2003. When I
select the type of project I want to create I get the following error and
have no idea how to fix it. I am new to this as am I a DBA trying to get
some other knowledge. I am working through Jeff Prosis book.

This is the error message I receive:

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.

I have installed IIS and then the .NET Framework 1.1 SDK, running Windows XP
Pro.

Any help is appreciated
 
I am very interested in this too. I installed ASP.NET 1.1 on my windows XP
box and when I try to make a new project it tells me ASP.NET 1.1 is not
installed on the web server. I know in Win2K3 you need to configure your
server and turn ASP.NET on. Is there something similiar you need to do in
Windows XP? Thanks Everyone.
 
to uninstall (through the visual studio command prompt)
go to the directory of your dotnetframework
C:\WINNT\Microsoft.NET\Framewo­rk
run the following command line:-

aspnet regiis.exe -u

and then reinstall it using:-

aspnet regiis.exe -i

Hope it helps
Patrick
 
yes, that was tremendous. It worked like a charm. There is an underscore
between aspnet & regiis

like this
aspnet_regiis.exe - i

Beautiful!!!!!!!!
 

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

Back
Top