Groups | Blog | Home
all groups > dotnet setup > march 2004 >

dotnet setup : Error - Server is not running ASP.NET version 1.1. You will be unable to run ASP


Lekshmi
3/23/2004 10:41:11 PM
I am trying to install VS 2003 on an 2000 advanced server
box. When I try to open an existing solution it errors
saying that the specified Web Server is not running
ASP.NET 1.1. I found this error message when I searched
Microsoft sites. They said that it is related to a
setting in IIS 6.0. I do not have IIS 6.0 on this box.

This is my first attempt at loading VS 2003. IIS 5.0
does not have the Web Services Extensions option. The
Microsoft Knowledge Base Article - 817267 stated that you
need to go to Web Services Extensions (In IIS
6.0) and click ASP.NET v1.1.4322 in the details pane of
the web service extension list and click "Allowed" to
change from "Prohibited". This does not seem to exist
under 5.1 or I have not found it yet.

I have tried to register using aspnet_regiis -i but this
did not make any difference. I also registered the dll
for aspnet_isapi.dll which did not change anything.

When I installed VS 2003 it passed all the requirements
checks so I should not need IIS 6.0. But I can not find
the 5.0 equivalent of Web Service Extension Details.

Lekshmi

DotNetJunkies User
5/18/2004 1:17:54 PM
Try MS site:
http://support.microsoft.com/default.aspx?scid=kb;en-us;817267

Alison Xu

---
Posted using Wimdows.net NntpNews Component -

DotNetJunkies User
6/2/2004 10:59:04 AM
i have the same problem in windows xp ,iis 5.1


---
Posted using Wimdows.net NntpNews Component -

goosemanjack
9/6/2004 11:30:09 PM

I just resolved this issue on XP Pro VS.Net 2003 EE. It was
registration issue. Solution was under topic reached via Help butto
in error message.

[/B] *1. Launch VS.Net command prompt*
Programs > Visual Studio .NET 2003 > Visual Studio .NET Tools and choos
"Visual Studio .NET Command Prompt".

[/B] *2. Type "aspnet_regiis -i" at prompt.*

I had tried solution before w/ no luck, but there are sever path/env var
set in batch file:
C:\Program Files\Microsoft Visual Studio .NE
2003\Common7\Tools\vsvars32.bat

----
-Originally posted by DotNetJunkies User -
[B]i have the same problem in windows xp ,iis 5.1


---
Posted using Wimdows.net NntpNews Component -

Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgrou
engine supports Post Alerts, Ratings, and Searching


-
goosemanjac
-----------------------------------------------------------------------
Posted via http://www.mcse.m
-----------------------------------------------------------------------
View this thread: http://www.mcse.ms/message504045.htm
sasha bond
9/13/2004 11:08:37 PM
look at
http://support.microsoft.com/default.aspx?scid=kb;en-us;306005&Product=a
spne

the solution is(i had this problem with clean install and after i copied
web 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.
MORE INFORMATION
To fix IIS mappings for ASP.NET, follow these steps:
Run the Aspnet_regiis.exe utility:
Click Start, and then click Run.
In the Open text box, type cmd, and then press ENTER.
At the command prompt, type the following, and then press ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i

In this path, version represents the version number of the .NET
Framework that you installed on your server. You must replace this
placeholder with the actual version number when you type the command.
Register the Aspnet_isapi.dll:
Click Start, and then click Run.
In the Open text box, type the following, and then press ENTER:
regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dll

Regsvr32 returns the results of the registration.


*** Sent via Developersdex http://www.developersdex.com ***
rez
9/18/2004 9:29:20 AM

I'm experiencing the same problem as Lekshmi, Can any one help please.
Have you had a reply Lekshmi? If so,please forward. Many thanks




[quoted text, click to view]



--
rez
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message504045.html
AddThis Social Bookmark Button