ASP.Net not running

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
 
C

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
 

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

Similar Threads


Top