ASP.NET Version 1.1 error

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!
 
K

Kristof Van Praet

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.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top