|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
ASP.net 1.1 not running on server??
I have been running the Web Matrix application for a while, but recently got and installed Visual Studio.NET. Even after I installed it I continued to use the Web Matrix environment to learn on.
But today I got into Visual Studio.NET to try tp begin a project and upon selecting a new Project and clicking ASP.net application, the program says that it cannot detect ASP.net 1.1 running on my server. This is IIS 5.x and when I go and check programs that are installedd, sure enough the .NET framework 1.1 is installed. Now I recently did an upgrade to Win XP Pro from WinXP Home. But Im not sure that has anything to do with it. Is there something I can do to make sure that ASP.net is running on that server (localhost). Seems like it should be already. Do I have to do something additional? Thanks for your help, Kork
__________________
"Any significantly advanced techology is indistiguishable from magic." - Arthur C. Clarke |
|
#2
|
||||
|
||||
|
I too upgraded web matrix to .NET and noticed that you have to stop the web matrix web server software. In fact, never use it! If you're in web matrix, don't run it by pressing F5 because that loads the local .NET web server, which uses the same port (80) that IIS uses. Just stop that service.
-Dave |
|
#3
|
||||
|
||||
|
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. Kork |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ASP.net 1.1 not running on server?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|