Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Web server not running ASP.NET v1.1

Reply
Thread Tools

Web server not running ASP.NET v1.1

 
 
Andrew Chalk
Guest
Posts: n/a
 
      12-10-2004
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.


 
Reply With Quote
 
 
 
 
Jason Brown [MSFT]
Guest
Posts: n/a
 
      12-10-2004
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" <> wrote in message
news:...
>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.
>



 
Reply With Quote
 
 
 
 
Juan T. Llibre [MVP]
Guest
Posts: n/a
 
      12-10-2004
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" <> wrote in message
news:...
>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.
>



 
Reply With Quote
 
Andrew Chalk
Guest
Posts: n/a
 
      12-10-2004
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-> wrote in message
news:...
> 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" <> wrote in message
> news:...
>>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.
>>

>
>



 
Reply With Quote
 
Andrew Chalk
Guest
Posts: n/a
 
      12-10-2004
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]" <> wrote in message
news:...
> 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" <> wrote in message
> news:...
>>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.
>>

>
>



 
Reply With Quote
 
Juan T. Llibre [MVP]
Guest
Posts: n/a
 
      12-10-2004
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" <> wrote in message
news:uV$...
> 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]" <> wrote in message
> news:...
>> 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" <> wrote in message
>> news:...
>>>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.
>>>

>>
>>

>
>



 
Reply With Quote
 
SA
Guest
Posts: n/a
 
      12-10-2004
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]" <> wrote in message
news:...
> 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" <> wrote in message
> news:uV$...
> > 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]" <> wrote in message
> > news:...
> >> 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" <> wrote in message
> >> news:...
> >>>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.
> >>>
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Juan T. Llibre [MVP]
Guest
Posts: n/a
 
      12-10-2004
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" <> wrote in message
news:...
> 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]" <> wrote in message
> news:...
>> 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" <> wrote in message
>> news:uV$...
>> > 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]" <> wrote in message
>> > news:...
>> >> 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" <> wrote in message
>> >> news:...
>> >>>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.
>> >>>
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Andrew Chalk
Guest
Posts: n/a
 
      12-10-2004
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?

- Andrew
"SA" <> wrote in message
news:...
> 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]" <> wrote in message
> news:...
>> 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" <> wrote in message
>> news:uV$...
>> > 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]" <> wrote in message
>> > news:...
>> >> 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" <> wrote in message
>> >> news:...
>> >>>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.
>> >>>
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
SA
Guest
Posts: n/a
 
      12-15-2004
Andrew:

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

--

---

Sven.

"Andrew Chalk" <> wrote in message
news:...
> Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
> you discover all this stuff?
>
> - Andrew
> "SA" <> wrote in message
> news:...
> > 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]" <> wrote in message
> > news:...
> >> 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" <> wrote in message
> >> news:uV$...
> >> > 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]" <> wrote in message
> >> > news:...
> >> >> 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" <> wrote in message
> >> >> news:...
> >> >>>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.
> >> >>>
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sizing of a web server running web services savvas ASP .Net 4 02-07-2008 09:54 AM
Submitting a web form to a web server from a running windows servive. Muhammad Saifullah via .NET 247 ASP .Net 1 06-01-2005 09:11 AM
Help; "Web server is not running ASP.NET version 1.1." **ham ASP .Net 9 12-06-2004 03:03 PM
asp.net 1.1 would not start: web server is not running 1.1 =?Utf-8?B?aG9tZXI=?= ASP .Net 1 10-14-2004 03:54 PM
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. Ahmed El Lakani ASP General 2 05-23-2004 03:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57