Connecting Tech Pros Worldwide Forums | Help | Site Map

Web server not running ASP.NET v1.1

Andrew Chalk
Guest
 
Posts: n/a
#1: Jul 22 '05
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.



Jason Brown [MSFT]
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Web server not running ASP.NET v1.1


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" <achalk@XXXmagnacartasoftware.com> wrote in message
news:eJ1Plul3EHA.2012@TK2MSFTNGP15.phx.gbl...[color=blue]
>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.
>[/color]


Juan T. Llibre [MVP]
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Web server not running ASP.NET v1.1


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" <achalk@XXXmagnacartasoftware.com> wrote in message
news:eJ1Plul3EHA.2012@TK2MSFTNGP15.phx.gbl...[color=blue]
>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.
>[/color]


Andrew Chalk
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Web server not running ASP.NET v1.1


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]" <nomailreplies@nowhere.com> wrote in message
news:uWOK1In3EHA.4064@tk2msftngp13.phx.gbl...[color=blue]
> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
> news:eJ1Plul3EHA.2012@TK2MSFTNGP15.phx.gbl...[color=green]
>>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.
>>[/color]
>
>[/color]


Andrew Chalk
Guest
 
Posts: n/a
#5: Jul 22 '05

re: Web server not running ASP.NET v1.1


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-brjaso@online.microsoft.com> wrote in message
news:ecNOTBm3EHA.2572@TK2MSFTNGP11.phx.gbl...[color=blue]
> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
> news:eJ1Plul3EHA.2012@TK2MSFTNGP15.phx.gbl...[color=green]
>>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.
>>[/color]
>
>[/color]


Juan T. Llibre [MVP]
Guest
 
Posts: n/a
#6: Jul 22 '05

re: Web server not running ASP.NET v1.1


re:[color=blue]
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?[/color]

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" <achalk@XXXmagnacartasoftware.com> wrote in message
news:uV$FXGq3EHA.3368@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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]" <nomailreplies@nowhere.com> wrote in message
> news:uWOK1In3EHA.4064@tk2msftngp13.phx.gbl...[color=green]
>> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
>> news:eJ1Plul3EHA.2012@TK2MSFTNGP15.phx.gbl...[color=darkred]
>>>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.
>>>[/color]
>>
>>[/color]
>
>[/color]


SA
Guest
 
Posts: n/a
#7: Jul 22 '05

re: Web server not running ASP.NET v1.1


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]" <nomailreplies@nowhere.com> wrote in message
news:OqC9JNr3EHA.1596@tk2msftngp13.phx.gbl...[color=blue]
> re:[color=green]
> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
> > Extensions" tab. What do I need to install?[/color]
>
> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
> news:uV$FXGq3EHA.3368@TK2MSFTNGP10.phx.gbl...[color=green]
> > 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]" <nomailreplies@nowhere.com> wrote in message
> > news:uWOK1In3EHA.4064@tk2msftngp13.phx.gbl...[color=darkred]
> >> Andrew,
> >>
> >> see if
> >> http://support.microsoft.com/default...b;en-us;817267
> >>
> >> or
> >>[/color][/color][/color]
http://www.support.microsoft.com/?sc...351&sid=global[color=blue][color=green][color=darkred]
> >>
> >> help you.
> >>
> >>
> >>
> >>
> >> Juan T. Llibre
> >> ===========
> >> "Andrew Chalk" <achalk@XXXmagnacartasoftware.com> wrote in message
> >> news:eJ1Plul3EHA.2012@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[/color][/color][/color]
it.[color=blue][color=green][color=darkred]
> >>> Does anyone know the URL?
> >>>
> >>> Many thanks.
> >>>
> >>
> >>[/color]
> >
> >[/color]
>
>[/color]


Juan T. Llibre [MVP]
Guest
 
Posts: n/a
#8: Jul 22 '05

re: Web server not running ASP.NET v1.1


re:[color=blue]
> Hmm, having a Web Service Extensions node (not tab) in the
> IIS Manager is dependent on the OS, not the Framework version.[/color]

Aargh! You're right. I should go get some sleep.

re:[color=blue]
> 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[/color]

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" <informatica@freemail.nl> wrote in message
news:uPihbRt3EHA.3452@TK2MSFTNGP14.phx.gbl...[color=blue]
> 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]" <nomailreplies@nowhere.com> wrote in message
> news:OqC9JNr3EHA.1596@tk2msftngp13.phx.gbl...[color=green]
>> re:[color=darkred]
>> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
>> > Extensions" tab. What do I need to install?[/color]
>>
>> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
>> news:uV$FXGq3EHA.3368@TK2MSFTNGP10.phx.gbl...[color=darkred]
>> > 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]" <nomailreplies@nowhere.com> wrote in message
>> > news:uWOK1In3EHA.4064@tk2msftngp13.phx.gbl...
>> >> Andrew,
>> >>
>> >> see if
>> >> http://support.microsoft.com/default...b;en-us;817267
>> >>
>> >> or
>> >>[/color][/color]
> http://www.support.microsoft.com/?sc...351&sid=global[color=green][color=darkred]
>> >>
>> >> help you.
>> >>
>> >>
>> >>
>> >>
>> >> Juan T. Llibre
>> >> ===========
>> >> "Andrew Chalk" <achalk@XXXmagnacartasoftware.com> wrote in message
>> >> news:eJ1Plul3EHA.2012@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[/color][/color]
> it.[color=green][color=darkred]
>> >>> Does anyone know the URL?
>> >>>
>> >>> Many thanks.
>> >>>
>> >>
>> >>
>> >
>> >[/color]
>>
>>[/color]
>
>[/color]


Andrew Chalk
Guest
 
Posts: n/a
#9: Jul 22 '05

re: Web server not running ASP.NET v1.1


Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?

- Andrew
"SA" <informatica@freemail.nl> wrote in message
news:uPihbRt3EHA.3452@TK2MSFTNGP14.phx.gbl...[color=blue]
> 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]" <nomailreplies@nowhere.com> wrote in message
> news:OqC9JNr3EHA.1596@tk2msftngp13.phx.gbl...[color=green]
>> re:[color=darkred]
>> > Thanks. Using 817267 I looked at IIS and there is no "Web Service
>> > Extensions" tab. What do I need to install?[/color]
>>
>> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
>> news:uV$FXGq3EHA.3368@TK2MSFTNGP10.phx.gbl...[color=darkred]
>> > 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]" <nomailreplies@nowhere.com> wrote in message
>> > news:uWOK1In3EHA.4064@tk2msftngp13.phx.gbl...
>> >> Andrew,
>> >>
>> >> see if
>> >> http://support.microsoft.com/default...b;en-us;817267
>> >>
>> >> or
>> >>[/color][/color]
> http://www.support.microsoft.com/?sc...351&sid=global[color=green][color=darkred]
>> >>
>> >> help you.
>> >>
>> >>
>> >>
>> >>
>> >> Juan T. Llibre
>> >> ===========
>> >> "Andrew Chalk" <achalk@XXXmagnacartasoftware.com> wrote in message
>> >> news:eJ1Plul3EHA.2012@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[/color][/color]
> it.[color=green][color=darkred]
>> >>> Does anyone know the URL?
>> >>>
>> >>> Many thanks.
>> >>>
>> >>
>> >>
>> >
>> >[/color]
>>
>>[/color]
>
>[/color]


SA
Guest
 
Posts: n/a
#10: Jul 22 '05

re: Web server not running ASP.NET v1.1


Andrew:

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

--

---

Sven.

"Andrew Chalk" <achalk@XXXmagnacartasoftware.com> wrote in message
news:eiAC25u3EHA.1192@tk2msftngp13.phx.gbl...[color=blue]
> Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
> you discover all this stuff?
>
> - Andrew
> "SA" <informatica@freemail.nl> wrote in message
> news:uPihbRt3EHA.3452@TK2MSFTNGP14.phx.gbl...[color=green]
> > Hmm, having a Web Service Extensions node (not tab) in the IIS Manager[/color][/color]
is[color=blue][color=green]
> > dependent on the OS, not the Framework version. In Win 2003, you have[/color][/color]
that[color=blue][color=green]
> > 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[/color][/color]
execute[color=blue][color=green]
> > that file. It will re-register ASP.NET 1.1 with IIS.
> >
> > That might solve the problem.
> >
> > --
> >
> > ---
> >
> > Sven.
> >
> > "Juan T. Llibre [MVP]" <nomailreplies@nowhere.com> wrote in message
> > news:OqC9JNr3EHA.1596@tk2msftngp13.phx.gbl...[color=darkred]
> >> 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" <achalk@XXXmagnacartasoftware.com> wrote in message
> >> news:uV$FXGq3EHA.3368@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]" <nomailreplies@nowhere.com> wrote in message
> >> > news:uWOK1In3EHA.4064@tk2msftngp13.phx.gbl...
> >> >> Andrew,
> >> >>
> >> >> see if
> >> >> http://support.microsoft.com/default...b;en-us;817267
> >> >>
> >> >> or
> >> >>[/color]
> >[/color][/color]
http://www.support.microsoft.com/?sc...351&sid=global[color=blue][color=green][color=darkred]
> >> >>
> >> >> help you.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Juan T. Llibre
> >> >> ===========
> >> >> "Andrew Chalk" <achalk@XXXmagnacartasoftware.com> wrote in message
> >> >> news:eJ1Plul3EHA.2012@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[/color][/color][/color]
running[color=blue][color=green][color=darkred]
> >> >>>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[/color]
> > it.[color=darkred]
> >> >>> Does anyone know the URL?
> >> >>>
> >> >>> Many thanks.
> >> >>>
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>[/color]
> >
> >[/color]
>
>[/color]


ala alnaji
Guest
 
Posts: n/a
#11: Jul 22 '05

re: Web server not running ASP.NET v1.1


This .NET is soooo Crap Im a websphere guy and I never had these kinda
errors running simple JSP Plz help me change mind Im having the same
error I run the execution registration file to register ASP.NET I still
cant see the webservices extension folder what do I do and by the way u
guys should really switch to WebSphere we never have these kinda stupid
problems,

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
nicholas popovich
Guest
 
Posts: n/a
#12: Jul 22 '05

re: Web server not running ASP.NET v1.1


Ok, don't know what is going on...i'm getting the same message, i'm very
new at .net...i'll tell you what i have first...i have Visual Studio
NET 2003, i'm running a Windows 2003 Server with IIS 6 installed, i
looked at one article and it says the .net framework is not supported in
windows 2003 server, if i go to the IIS web services panel, all i see is
Active Server Pages, no ASP.NET 1.1, what the hell am i doing, can i
even try to develop or will Windows 2003 Server not let me, please help
call if you can...713-622-9264 or email npopovich@claunchmiller.com

thanks

Nick

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Bob Barrows [MVP]
Guest
 
Posts: n/a
#13: Jul 22 '05

re: Web server not running ASP.NET v1.1



There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a newsgroup where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


nicholas popovich
Guest
 
Posts: n/a
#14: Jul 22 '05

re: Web server not running ASP.NET v1.1


thanks for the reply, i'll check out that site...as you can guess i'm a
very very newbie with this stuff...thanks for the help...


nick


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
fox jumps
Guest
 
Posts: n/a
#15: Jul 22 '05

re: Web server not running ASP.NET v1.1


I just received this message on a machine I've been doing .NET on for
months, and this is one of my BIGGEST Pet Peeves about software, in
particular Microsoft.

I added a proxy while at a client site. I did not check the button to
not use proxy for localhost. Boom, VStudio blows up, and I spend an
hour trying to figure out why. Now I know and I'll know better in the
futre, but changing a web browser setting should NOT impact my
develoment environment. Period.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Andrew Chalk
Guest
 
Posts: n/a
#16: Jul 22 '05

re: Web server not running ASP.NET v1.1


You probably spelled the commands incorrectly.

"ala alnaji" <berguss22@hotmail.com> wrote in message
news:%23saTSE35EHA.1296@TK2MSFTNGP10.phx.gbl...[color=blue]
> This .NET is soooo Crap Im a websphere guy and I never had these kinda
> errors running simple JSP Plz help me change mind Im having the same
> error I run the execution registration file to register ASP.NET I still
> cant see the webservices extension folder what do I do and by the way u
> guys should really switch to WebSphere we never have these kinda stupid
> problems,
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]


Closed Thread


Similar ASP / Active Server Pages bytes