Re: Web server not running ASP.NET v1.1
From: Juan T. Llibre [MVP] (nomailreplies_at_nowhere.com)
Date: 12/10/04
- Next message: Tim Slattery: "Re: ASP email application"
- Previous message: ddongdog\(JinHyungLee\): "Re: Problems with displaying //"
- In reply to: Andrew Chalk: "Re: Web server not running ASP.NET v1.1"
- Next in thread: SA: "Re: Web server not running ASP.NET v1.1"
- Reply: SA: "Re: Web server not running ASP.NET v1.1"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Dec 2004 08:25:02 -0400
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 :
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.aspx?scid=kb;en-us;817267
>>
>> or
>> http://www.support.microsoft.com/?scid=kb;en-us;886389&spid=6351&sid=global
>>
>> 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 it.
>>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>
- Next message: Tim Slattery: "Re: ASP email application"
- Previous message: ddongdog\(JinHyungLee\): "Re: Problems with displaying //"
- In reply to: Andrew Chalk: "Re: Web server not running ASP.NET v1.1"
- Next in thread: SA: "Re: Web server not running ASP.NET v1.1"
- Reply: SA: "Re: Web server not running ASP.NET v1.1"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|