Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot start a new web project

Status
Not open for further replies.

ARCITS

Programmer
Apr 4, 2002
99
GB
When I try to start a new web project I get the following error 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."

How can this be corrected?

thanks
 
Hi ARCITS

there are so many reason for that some of them are

1. Installation your NET sdk was corrupt
2. Your IIS is to old...update your IIS please :)
3. If you use IIS be sure to make Virtual Director, go to Computer managemants and create Virtual Directory from your default web site
4. If u use Visual studio NET 2002..use Framework 1.0 and if use Vis Net 2003 use Framework 1.1 is better to use their original package from their CD


Greets and sorry for a mistakes
 
ARCITS,

This will fix your problem.

there's a command-line utility to re-configure ASP.NET with all Web sites on your machine. You have to run the following command at the prompt:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Replace path with your current windows folder and .NET version. You can browse to the folder above to make sure it is the right version number.

That should do the trick.


DotNetDoc
M.C.S.D.
---------------------------------------

Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
 
Thanks DotNetDoc that did the trick!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top