Want to try ASP.NET but, ....

M

Michael Hesse

When I try to create a project I get the message

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.

Do I need to install something else on my computer?

Thanks
 
M

Michael Hesse

Sorry.. Posted this on the wrong newgroup
When I try to create a project I get the message

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.

Do I need to install something else on my computer?

Thanks
 
C

Cor

Hi Michael,
Do I need to install something else on my computer?

Are you sure IIS is running on your computer?

But this question has more to do with your Server than the Vb.language, so maybe you can ask this also in the microsoft.public.dotnet.framework.aspnet newsgroup.

I hope you have success,

Cor
 
D

Daniel Bass

Yep, IIS,
windows setup, under network stuff i think. (not supported in XP Home i think?)
Dan
Sorry.. Posted this on the wrong newgroup
When I try to create a project I get the message

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.

Do I need to install something else on my computer?

Thanks
 
V

Valeria

Hi,
you have to run this command: aspnet_regiis /i from the command prompt. The option /i will ensure to use the last framework version installed.
For help when you receive this message click on the question mark and if you have the msdn installed you will have all explanations to solve this problem.
Regards
Valeria
"Michael Hesse" <[email protected]> ha scritto nel messaggio When I try to create a project I get the message

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.

Do I need to install something else on my computer?

Thanks
 

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