Visual Studio .Net not recognizing ASP.NET 1.1 on same machine

G

Guest

I have a windows 2000 machine and added IIS 5.0. I installed Visual Basic .Net 2003 on the machine and attempted to create a new ASP.NET Web Appication. I received the following message when attempting to create the projec

"Visual Studio .NET has detected the the specified Web server is not running ASP.NEt version 1.1. You will be unable to run ASP.NET Web applications or services.

The project is not created. I tried repairing the VB .NET installation but I still receive the same message. I researched MSDN on the web and went throught the verification steps to see if IIS was intalled and the .NET Framework version 1.1 was installed and they are. I am unable to find direction on how to configure IIS to get ready for ASP.NET 1.1. Do you need to install the .NET Framework separately than the SDK that comes with Visual Studio

Any advise anyone?
 
K

Kevin Spencer

From your Framework directory (under Windows directory), run
aspnet_regiis.exe -i

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Craig Traxler said:
I have a windows 2000 machine and added IIS 5.0. I installed Visual Basic
..Net 2003 on the machine and attempted to create a new ASP.NET Web
Appication. I received the following message when attempting to create the
project
"Visual Studio .NET has detected the the specified Web server is not
running ASP.NEt version 1.1. You will be unable to run ASP.NET Web
applications or services."
The project is not created. I tried repairing the VB .NET installation
but I still receive the same message. I researched MSDN on the web and went
throught the verification steps to see if IIS was intalled and the .NET
Framework version 1.1 was installed and they are. I am unable to find
direction on how to configure IIS to get ready for ASP.NET 1.1. Do you need
to install the .NET Framework separately than the SDK that comes with Visual
Studio?
 
K

Kevin Spencer

BTW, the problem is due to ASP.Net not being installed on IIS. Installing
the .Net Framework only installs the Framework, not the ISAPIs for IIS.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Craig Traxler said:
I have a windows 2000 machine and added IIS 5.0. I installed Visual Basic
..Net 2003 on the machine and attempted to create a new ASP.NET Web
Appication. I received the following message when attempting to create the
project
"Visual Studio .NET has detected the the specified Web server is not
running ASP.NEt version 1.1. You will be unable to run ASP.NET Web
applications or services."
The project is not created. I tried repairing the VB .NET installation
but I still receive the same message. I researched MSDN on the web and went
throught the verification steps to see if IIS was intalled and the .NET
Framework version 1.1 was installed and they are. I am unable to find
direction on how to configure IIS to get ready for ASP.NET 1.1. Do you need
to install the .NET Framework separately than the SDK that comes with Visual
Studio?
 
G

Guest

Worked. Thank you

----- Kevin Spencer wrote: ----

BTW, the problem is due to ASP.Net not being installed on IIS. Installin
the .Net Framework only installs the Framework, not the ISAPIs for IIS

--
HTH
Kevin Spence
..Net Develope
Microsoft MV
Big things are made u
of lots of little things

Craig Traxler said:
I have a windows 2000 machine and added IIS 5.0. I installed Visual Basi
..Net 2003 on the machine and attempted to create a new ASP.NET We
Appication. I received the following message when attempting to create th
projecrunning ASP.NEt version 1.1. You will be unable to run ASP.NET We
applications or services.but I still receive the same message. I researched MSDN on the web and wen
throught the verification steps to see if IIS was intalled and the .NE
Framework version 1.1 was installed and they are. I am unable to fin
direction on how to configure IIS to get ready for ASP.NET 1.1. Do you nee
to install the .NET Framework separately than the SDK that comes with Visua
Studio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top