ASP.Net not running

  • Thread starter Thread starter CSX
  • Start date Start date
C

CSX

Hi
Running XP and Visual Studio.net
Trying to do start a new project ASP.NET web application
An error comes up saying ASP.Net 1.1 server not running.

Ive installed the XP IIS and its running. Ive also updated XP.
Any ideas on why I cant create a web application ?

Ta
Im a bit of a NOOb as im working through a book
Ta
CSX
 
This answer I found on the web seems to work.......

Wine.. thanks..I didnt try that, but I noticed that the Web Matrix install
wasnt letting me go local server either, so I figured the problem was with
the XP upgrade I did.

Sure enough, I found out that if you have installed the .NET framework on XP
Home, then try to upgrade to XP Pro, the install gets confused. However,
Microsoft apparently had enough where withall to provide a function for
fixing this problem. Simply type this in at the command line:

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

You will need to check your particular system to see what 1.1 release folder
you need to use, mine was the 1.1.4322. This fixed my install and everything
is running just fine.

CSX
 
Back
Top