473,386 Members | 1,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Web server not running ASP.NET v1.1

I have just moved a project to my laptop and get the message "Visual Studio
..NET has detected that the specified Web server is not running ASP.NET v1.1.
You will be unable to run ASP.NET Web applications or services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does
anyone know the URL?

Many thanks.
Nov 19 '05 #1
9 1273
http://support.microsoft.com/default...b;en-us;817267
or
http://support.microsoft.com/default...b;en-us;825792
let us know if these don't do the trick

--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:eJ**************@TK2MSFTNGP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual Studio
.NET has detected that the specified Web server is not running ASP.NET
v1.1. You will be unable to run ASP.NET Web applications or services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.

Nov 19 '05 #2
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global

help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:eJ**************@TK2MSFTNGP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual Studio
.NET has detected that the specified Web server is not running ASP.NET
v1.1. You will be unable to run ASP.NET Web applications or services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.

Nov 19 '05 #3
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global

help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:eJ**************@TK2MSFTNGP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.


Nov 19 '05 #4
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Jason Brown [MSFT]" <i-******@online.microsoft.com> wrote in message
news:ec**************@TK2MSFTNGP11.phx.gbl...
http://support.microsoft.com/default...b;en-us;817267
or
http://support.microsoft.com/default...b;en-us;825792
let us know if these don't do the trick

--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:eJ**************@TK2MSFTNGP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.


Nov 19 '05 #5
re:
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?
Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString ())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl... Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global

help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:eJ**************@TK2MSFTNGP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.



Nov 19 '05 #6
SA
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively, and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microsoft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...
re:
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?


Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString ())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global
help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:eJ**************@TK2MSFTNGP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does anyone know the URL?

Many thanks.



Nov 19 '05 #7
re:
Hmm, having a Web Service Extensions node (not tab) in the
IIS Manager is dependent on the OS, not the Framework version.
Aargh! You're right. I should go get some sleep.

re: In the 1.1 version folder, there is a file aspnet_regiis.exe.
Just execute that file. It will re-register ASP.NET 1.1 with IIS
You need the -i parameter if you're running aspnet_regiis.

In a cmd, window, run :
"%windir%\Microsoft.NET\Framework\v.1.1.4322\aspne t_regiis.exe" -i

Just running aspnet_regiis will produce the usage instructions.


Juan T. Llibre
===========
"SA" <in*********@freemail.nl> wrote in message
news:uP**************@TK2MSFTNGP14.phx.gbl... Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microsoft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?


Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString ())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
>
> Thanks,
>
> Andrew
> "Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
> news:uW**************@tk2msftngp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/default...b;en-us;817267
>>
>> or
>> http://www.support.microsoft.com/?sc...351&sid=global >>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
>> news:eJ**************@TK2MSFTNGP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running
>>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find it. >>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>



Nov 19 '05 #8
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?

- Andrew
"SA" <in*********@freemail.nl> wrote in message
news:uP**************@TK2MSFTNGP14.phx.gbl...
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microsoft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?


Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString ())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
>
> Thanks,
>
> Andrew
> "Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
> news:uW**************@tk2msftngp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/default...b;en-us;817267
>>
>> or
>> http://www.support.microsoft.com/?sc...351&sid=global >>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
>> news:eJ**************@TK2MSFTNGP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running
>>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find it. >>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>



Nov 19 '05 #9
SA
Andrew:

When you hit your head hard enough often enough, it'll become clear to you
too...

--

---

Sven.

"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:ei**************@tk2msftngp13.phx.gbl...
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?

- Andrew
"SA" <in*********@freemail.nl> wrote in message
news:uP**************@TK2MSFTNGP14.phx.gbl...
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microsoft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.exe. Just execute that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?

Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.aspx",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.ServerVariables("SERVER_SOFTWARE")
Response.Write("SERVER_SOFTWARE = " & var)
Response.Write("<P>")
Response.Write(System.Environment.Version.ToString ())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
>
> Thanks,
>
> Andrew
> "Juan T. Llibre [MVP]" <no***********@nowhere.com> wrote in message
> news:uW**************@tk2msftngp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/default...b;en-us;817267
>>
>> or
>>

http://www.support.microsoft.com/?sc...351&sid=global
>>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <ac****@XXXmagnacartasoftware.com> wrote in message
>> news:eJ**************@TK2MSFTNGP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running >>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find

it.
>>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>



Nov 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Mark C. | last post by:
The company I work for has been running Access 2000 on a Windows NT server with Opportunistic Locking turned off on the server without issue for almost a year. We have just switched to a Windows...
3
by: Patrick Fisher | last post by:
What are the implications of running a MS-Access BE and an SQL-Server BE on the same Terminal Server? Assuming that the TS can handle the load are there any other issues? Thanks Patrick
1
by: Piotrek Stachowicz | last post by:
Hi, I'd like to display list of all MS SQL servers which are available on the network (I write application which uses database located on one of the machines in my LAN). Has anyone got any idea...
2
by: Petr PALAS | last post by:
Hi, when I open ANY ASP.NET application on my computer I get this message: ---------------------------------------------------------------------------- ---- Server Application Unavailable ...
5
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE...
1
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start...
12
by: RKay | last post by:
I have a Win2k server running SQL Server 2000. On that box I built a working web service that pulls data from the database. One of the services available simply accepts an ado.net connection string...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
28
by: Gil | last post by:
can i have a client pc trigger access.exe to open on the server side pc? i want to have the server run special functions and return the output to the clients without having the clients run the...
4
by: casper | last post by:
Hi, I created an asp.net 2.0 website with VWD and made it an application in IIS. It was created on a ntfs disc (my documents...). The directory permissions are set on 'anonymous allowed' using...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.