Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I have Xp prof, IIs 5.1, .NET2003 on my machine. I had the error "Visual studio.net has detected that the specified web server is not runnning ASP.Net version 1.1. Yow will be unable to run ASP.Net web applications or services." in .NET 2003. I fixed it by running the IIS mappings for ASP.NET, aspnet_regiis -r. But I figured that my IIS had some issue and I had to register the dll for IIS. After doing that my .net is throwing the same error, "Visual studio.net has detected that the specified web server is not runnning ASP.Net version 1.1. Yow will be unable to run ASP.Net web applications or services." I ran the aspnet_regiis -r again it is overwriting the 1.1 .net framework scripts but the error in .Net is not fixed. I know my webserver is running Ok because I can develop ASP pages using Visual Interdev and my default website is running fine. Any help is greatly appreciated. Thanx in advance. Nim
Post Follow-up to this messageYou might try posting in a newsgroup that actually has "dotnet" in it's name. This newsgroup is for classic ASP none of that .Net stuff. NIm wrote: > Hi, > I have Xp prof, IIs 5.1, .NET2003 on my machine. > > I had the error "Visual studio.net has detected that the > specified web server is not runnning ASP.Net version 1.1. > Yow will be unable to run ASP.Net web applications or > services." in .NET 2003. > I fixed it by running the IIS mappings for ASP.NET, > aspnet_regiis -r. But I figured that my IIS had some issue > and I had to register the dll for IIS. > After doing that my .net is throwing the same > error, "Visual studio.net has detected that the specified > web server is not runnning ASP.Net version 1.1. Yow will > be unable to run ASP.Net web applications or services." > > I ran the aspnet_regiis -r again it is overwriting the > 1.1 .net framework scripts but the error in .Net is not > fixed. > I know my webserver is running Ok because I can develop > ASP pages using Visual Interdev and my default website is > running fine. > > Any help is greatly appreciated. > Thanx in advance. > Nim
Post Follow-up to this messageHi nim, in the command prompt type this: Type aspnet_regiis.exe /? to read the options. You will need to install the asp.net to iis whith this command: aspnet_regiis.exe -i Excuse my english. **************************************** ****************************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.