I have installed the Visual Studio .Net 2003 Professional in Windows 2000
Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
project in Visual Studio 2003, the following error displayed.

"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."

Anyone knowing what is the reasons and solutions.

Thank you.

- Dennis -

RE: Not support Web Server by Code0

Code0
Tue Sep 07 06:31:05 CDT 2004

reason for this is you havent up the web serve. Go to computer managment >
services and Applications >> services then select the World Wild Web
Publishing Service and Start the service. then try to run the application



"Dennis" wrote:

> I have installed the Visual Studio .Net 2003 Professional in Windows 2000
> Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
> project in Visual Studio 2003, the following error displayed.
>
> "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."
>
> Anyone knowing what is the reasons and solutions.
>
> Thank you.
>
> - Dennis -

RE: Not support Web Server by Dennis

Dennis
Tue Sep 07 06:59:02 CDT 2004

The IIS is running properly.
Is there any problem if i use IIS 5.1 ?

Re: Not support Web Server by Kirby

Kirby
Tue Sep 07 07:07:26 CDT 2004

My guess is that IIS was installed after VS.NET. To fix, run
aspnet_regiis.exe from the command line.

-KIRBY
--
Kirby Turner, MCSD, MCAD
www.whitepeaksoftware.com

On Tue, 7 Sep 2004 00:37:01 -0700, Dennis
<Dennis@discussions.microsoft.com> wrote:

>I have installed the Visual Studio .Net 2003 Professional in Windows 2000
>Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
>project in Visual Studio 2003, the following error displayed.
>
>"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."
>
>Anyone knowing what is the reasons and solutions.
>
>Thank you.
>
>- Dennis -


RE: Not support Web Server by Code0

Code0
Tue Sep 07 07:09:04 CDT 2004

Did u remove IIS or reinstall it after installing Visual Studio Framework ???
If yes then you have to install the VS Framework again

"Dennis" wrote:

> The IIS is running properly.
> Is there any problem if i use IIS 5.1 ?

Re: Not support Web Server by Dennis

Dennis
Tue Sep 07 07:29:03 CDT 2004

Hi Kirby,

Nope. I install VS.NET after the IIS. The IIS was running since the server
OS installed.

- Dennis -
-------------------------

"Kirby Turner" wrote:

> My guess is that IIS was installed after VS.NET. To fix, run
> aspnet_regiis.exe from the command line.
>
> -KIRBY
> --
> Kirby Turner, MCSD, MCAD
> www.whitepeaksoftware.com
>
> On Tue, 7 Sep 2004 00:37:01 -0700, Dennis
> <Dennis@discussions.microsoft.com> wrote:
>
> >I have installed the Visual Studio .Net 2003 Professional in Windows 2000
> >Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
> >project in Visual Studio 2003, the following error displayed.
> >
> >"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."
> >
> >Anyone knowing what is the reasons and solutions.
> >
> >Thank you.
> >
> >- Dennis -
>
>

Re: Not support Web Server by Code0

Code0
Tue Sep 07 22:47:06 CDT 2004

mmm. then u might try to run a file created using VS.NET latest version,
using a previous version. Open the project file in a notepad and check the
Version. if it is lower than the current version increase the number.

"Dennis" wrote:

> Hi Kirby,
>
> Nope. I install VS.NET after the IIS. The IIS was running since the server
> OS installed.
>
> - Dennis -
> -------------------------
>
> "Kirby Turner" wrote:
>
> > My guess is that IIS was installed after VS.NET. To fix, run
> > aspnet_regiis.exe from the command line.
> >
> > -KIRBY
> > --
> > Kirby Turner, MCSD, MCAD
> > www.whitepeaksoftware.com
> >
> > On Tue, 7 Sep 2004 00:37:01 -0700, Dennis
> > <Dennis@discussions.microsoft.com> wrote:
> >
> > >I have installed the Visual Studio .Net 2003 Professional in Windows 2000
> > >Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
> > >project in Visual Studio 2003, the following error displayed.
> > >
> > >"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."
> > >
> > >Anyone knowing what is the reasons and solutions.
> > >
> > >Thank you.
> > >
> > >- Dennis -
> >
> >