ASP.NET Webservices
-
Hi, When i try to create a C# ASP.NET Web Service, i get an error saying that my Webserver is not running ASP.NET Version. Anyone got any clues on how to resolve this ? Please dont post "Install ASP.NET 1.1" Whitout telling me where to find it. Im running IIS 5.0 (or whatever is the one that comes whit windows xp) Thanks :) Heel
-
Hi, When i try to create a C# ASP.NET Web Service, i get an error saying that my Webserver is not running ASP.NET Version. Anyone got any clues on how to resolve this ? Please dont post "Install ASP.NET 1.1" Whitout telling me where to find it. Im running IIS 5.0 (or whatever is the one that comes whit windows xp) Thanks :) Heel
Open up a command prompt and navigate to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 now run: aspnet_regiis -i IIS 5.1 should now be using ASP.NET 1.1 James "My words but a whisper -- your deafness a SHOUT. I may make you feel but I can't make you think." - Thick as a Brick, Jethro Tull 1972
-
Open up a command prompt and navigate to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 now run: aspnet_regiis -i IIS 5.1 should now be using ASP.NET 1.1 James "My words but a whisper -- your deafness a SHOUT. I may make you feel but I can't make you think." - Thick as a Brick, Jethro Tull 1972