ASP.NET

X

Xarky

Hi,
I am trying to create my first ASP.NET application with the aid of
Visual Studio. I am starting a new Project and selecting ASP.NET Web
Application.

When pressing Ok, the following error is being given.
"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 think my problem is with IIS, since I have never installed it.

I am currently using Windows XP Professional, Version 2002 with
Service Pack 2 and Visual Studio .NET 2003.

Can someone give me some help, from where to download it, and the
steps I have to follow.


Thanks in Advance
 
H

Hans Kesting

Xarky said:
Hi,
I am trying to create my first ASP.NET application with the aid of
Visual Studio. I am starting a new Project and selecting ASP.NET Web
Application.

When pressing Ok, the following error is being given.
"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 think my problem is with IIS, since I have never installed it.

I am currently using Windows XP Professional, Version 2002 with
Service Pack 2 and Visual Studio .NET 2003.

Can someone give me some help, from where to download it, and the
steps I have to follow.


Thanks in Advance

See Control Panel | Add/Remove Programs | Add/Remove Windows Components.
You will (probably) need the Windows CD.

After installing IIS you need to run the command
aspnet_regiis -i
from the Visual Studio Command Prompt
 

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