473,785 Members | 2,669 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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?
Nov 18 '05 #1
3 1257
From your Framework directory (under Windows directory), run
aspnet_regiis.e xe -i

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

"Craig Traxler" <Cr***********@ Lennar.Com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
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?
Any advise anyone?

Nov 18 '05 #2
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" <Cr***********@ Lennar.Com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
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?
Any advise anyone?

Nov 18 '05 #3
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" <Cr***********@ Lennar.Com> wrote in messag
news:47******** *************** ***********@mic rosoft.com..
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
projec
"Visual Studio .NET has detected the the specified Web server is no running ASP.NEt version 1.1. You will be unable to run ASP.NET We
applications or services. The project is not created. I tried repairing the VB .NET installatio 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 Any advise anyone


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
6177
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter of running 'python setup.py build'. No longer waiting for someone else to build binaries and a...
3
3425
by: Greg B | last post by:
Created a simple Win32 application (using Visual Studio wizard)... Am using Visual Studio (Enterprise Edition) 6.0, as well as Service Pack 5. At the start of 'WinMain' function, added the following two lines: char* ptr = NULL; *ptr = 'b'; Built the crashTestApp.exe in both Release and Debug configurations.
26
10884
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio compiles the same solution much faster (about 10 seconds for the first project). My home computer is only marginally faster than the one I have at the office (P4 2.53 vs. P4 2.4, same amount of RAM). On the slow machine, the CPU usage is very low,...
7
1723
by: Charles | last post by:
I have Visual Studio 6.0 stand-alone (with C++) and as part of Compaq Visual Fortran 6.6c. I am moving my development from a Win 98 SE machine w/2x 10 Gb HDD (each w/ 1Gb free), 768 Mb RAM to a 3.2 MHz Win XP Pro machine w/147 Gb HDD (121 Gb free) and 2 Gb RAM. Loading a particular project with Fortran code only with about 80 files and 750 Mb of source code on Win 98 takes 15 seconds until the editor is ready to use.
2
1345
by: Mad Scientist Jr | last post by:
I have an ASP.NET project developed on one machine in Vis. Studio 2003, and moved it to an older machine that has Vis. Studio 2002. This older machine has been upgraded with the 1.1 framework, as well as all the latest MS service XP and .NET service packs. I created a new ASP.NET project on the older machine, and imported all the .ASPX, .VB files - but when it compiles I get errors like: 'SelectedValue' is not a member of...
4
2536
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order? 2. Does VWD Express Edition support the idea of Solutions? I coun't figure out how to create a blank solution which I usually do with VS2005 (and then add my web site to the solution.)
3
1388
by: barry | last post by:
I had Visual Web Developer Express 2005 and Visual Studio 2005 installed on my computer. Realizing that I did not need Visual Web Developer Express 2005 since I had VS 2005 I removed it. My question could this be a possible reason that the ASP.NET configuration tool is not working in VS 2005 when I am doing web development? What happens is upon execution it just brings me back into the same VS design page from where I executed.
1
2535
by: DR | last post by:
What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my client box with visual studio 2005 pro? When I attach to remote process a connection shows up in msvsmon.exe on the remote machine, however, the client box with visual studio displays error: "Unable to connect to the mricosoft visual studio remtoe debugging monitor named 'the box name' the micorosft visual studio remote debugging monitor...
1
3517
by: Cramer | last post by:
I'm running XP Pro/SP2 + patches and updates, with Visual Studio Professional 2008 (and no prior installation of Visual Studio ever installed). When attempting to open an ASP.NET Web application project, Visual Studio shuts down immediately and with no error message. I can open Visual Studio - but when subsequently attempting to open the project, Visual Studio immediately shuts down. More specifically:
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10324
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10090
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.