Showing posts with label sp4. Show all posts
Showing posts with label sp4. Show all posts

Saturday, March 31, 2012

Web server is not running ASP.NET version 1.1?

Hi,

I am running VS.Net 2003 with IIS 5.1 on a Win2000 Server (sp4) and I get this message when I try to open a project.

"Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."

I've tried to go through some of the prior threads to find the solution (and have tried running aspnet_regiis.exe -i in the correct directory) but it doesn't seem to work.

Most Microsoft fixes for this seem to be based on IIS 6??

Any help would be greatly appreciated.

Many thanks
VaruniWhat is the output when you try to run "aspnet_regiis /lv" and "aspnet_regiis /lk". Alsothis article might also prove useful.

-Kashif
Kashif,
I am facing the same problem with a different scenario! In our development server, version 1 and 1.1 together worked perfectly until yesterday when I restarted my machine! I am not being able to open ASP.NET 1.1 apps with VS.NET 2003 now. VS.NET claims that the web server is running asp.net 1.0 only (or something like this). I re-scriptmapped the 1.1 app with no luck. Following is the retured error:

"Visual Studio .NET has detected that the web server is running ASP.NET version 1.0. The Web application you are creating or openning can be configured to be compliant with ASP.NET 1.0"

I un-installed and installed the .NET 1.1 Framewok, negative :(

I don't know what else to do! I ran the aspnet_regiis with both params and here what I got(which is absoultely true):

"C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis /lv
1.0.3705.288 Valid (Root) C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspne
t_isapi.dll
1.1.4322.0 Valid C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspne
t_isapi.dll"

C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis /lk
W3SVC/ 1.0.3705.288
W3SVC/1/Root/SHUAACapital.Intranet.WebUI/ 1.1.4322.0

Any hints will be appreciated. Thank you.

Cheers,
Kashif,
Never mind. I could solve the problem by reegistering the aspnet_isapi.dll.

regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll

Phew :)

Cheers,
Hi

Thanks for the response. After running "aspnet_regiis/lv" I get

1.1.4322.0 Valid (Root) C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspne
t_isapi.dll

On running "aspnet_regiis/lk" I get

W3SVC/ 1.1.4322.0

Am I having this issue because I havn't upgraded to IIS 6 (Win2003)??

Many thanks
Varuni
Hi Kashif,

Thanks so much...it's fixed and works like a dream. Looks like it was the security policy thing on the link you sent.

Thanks again
Varuni
Thank you so much alzogbi!!

Running the regsvr32 worked perfectly.

Dawn

p.s. you'd think the error message would be a bit clearer. I had no idea how to change my "web server" to run v1.1 vs Visual Studio running v1.1.

web server not running asp.net 1.1 error

i've run the command line installer and am still getting the error. i'm on
win2k - sp4. vs.net 2003 installed. what do i need to try next?Make sure you run it from the right version of the Framework. If you have
version 1.0 and 1.1, each has it's own aspnet_regiis.exe. In any case, the
problem is with your server's ISAPI mappings.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.

"Bill Bolte" <me@.billbolte.com> wrote in message
news:OKbaLtMUDHA.940@.TK2MSFTNGP11.phx.gbl...
> i've run the command line installer and am still getting the error. i'm on
> win2k - sp4. vs.net 2003 installed. what do i need to try next?