ASP.NET Version 1.1 error

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

Guest

Hi All

I have .NET 2003 installed on my laptop. I have successfully created regular C# and a VB .NET applications. I am attempting to create an ASP.NET web application using VB and I get the following error when I try to create a new project

"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 verified the version of the Microsoft .NET Framework in "Add/Remove Programs" and it is version 1.1

Any ideas

Thanks in advance!
 
You can run the aspnet_regiis command line tool to install the correct
version of ASP.NET.

Open the Visual Studio.NET command line prompt (Start > Program Files >
Microsoft Visual Studio.NET 2003 > Visual Studio.NET 2003 Tools > Visual
Studio.NET 2003 Command prompt).

Type:

aspnet_regiis -i

This will install ASP.NET.

Hope this help,
Kristof


trellow422 said:
Hi All,

I have .NET 2003 installed on my laptop. I have successfully created
regular C# and a VB .NET applications. I am attempting to create an ASP.NET
web application using VB and I get the following error when I try to create
a new project:
"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 verified the version of the Microsoft .NET Framework in "Add/Remove
Programs" and it is version 1.1.
 
Back
Top