473,657 Members | 2,300 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

visual studio.net has detected that specified web server is not running ASP.net versi

5 New Member
Hi,
I installed VS.NET and IIS on WinXP, but when I started a new
project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
running on my IIS.

Then I opened IIS Manager and want to add a new Web Service Extension
for ASP.NET, but I cannot find Web Service Extension after expanding my
computer item.

What should I do? Have I missed something to be installed?
Oct 29 '07 #1
6 1984
sarah16
5 New Member
Hi,
I installed VS.NET and IIS on WinXP, but when I started a new
project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
running on my IIS.

Then I opened IIS Manager and want to add a new Web Service Extension
for ASP.NET, but I cannot find Web Service Extension after expanding my
computer item.

What should I do? Have I missed something to be installed?
Oct 29 '07 #2
Shashi Sadasivan
1,435 Recognized Expert Top Contributor
Hi,
I installed VS.NET and IIS on WinXP, but when I started a new
project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
running on my IIS.

Then I opened IIS Manager and want to add a new Web Service Extension
for ASP.NET, but I cannot find Web Service Extension after expanding my
computer item.

What should I do? Have I missed something to be installed?
For the time being, it dosent matter, as visual studio will use its inbuilt mini IIS server (which is independent of the one installed on yours)

I had a similar issue (not with visual studio prompting, but my iss server was not hosting asp .net websites)...Thi s is a vista solution...go into the windows components and expand iis installation and check the option for asp .net wesites.
that will install all the specifics for the IIS Server to detect and launch ASP .Net apps
Oct 29 '07 #3
JosAH
11,448 Recognized Expert MVP
Hi, you should have posted your question in the .NET Forum section; not in the
.NET Articles section. I'll move your question for you.

kind regards,

Jos
Oct 29 '07 #4
radcaesar
759 Recognized Expert Contributor
Hi,
I installed VS.NET and IIS on WinXP, but when I started a new
project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
running on my IIS.

Then I opened IIS Manager and want to add a new Web Service Extension
for ASP.NET, but I cannot find Web Service Extension after expanding my
computer item.

What should I do? Have I missed something to be installed?
Open the VisualStudio Command prompt

Run the below command

aspnet_regiis -i
Oct 29 '07 #5
kenobewan
4,871 Recognized Expert Specialist
You have posted the question three times which is against site rules - please read the posting guidelines - FAQs
Oct 29 '07 #6
Plater
7,872 Recognized Expert Expert
For me, ASP.NET is it's own tab on the website properties. Could it be that you're running ASP.NET2.0 and that website wants 1.1?

Regardless, running that aspnet_regiis -i command should fix it
Oct 29 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
7242
by: Ahmed El Lakani | last post by:
hi all, recently i've installed vs.NET 2003 on my pc which is runing window 2000 pro with sp4, but when i'm trying to create new ASP.NET Web appication i got this messages "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." whats rong ???
2
1407
by: Michelle A. | last post by:
On a spare machine at work I have installed W2k3 server standard edition and Visual Studio 2003.NET to do some developing on. When I installed Visual Studio I ran through the prerequisite cd and then installed basically all the options for the program. The program installed with out any errors, and I can launch the program as well with no problem. When I go to start a new ASP.NET web application project, name it and then hit the OK...
2
1355
by: Pat Lester | last post by:
First of all......my environment is WinXP, IIS5.1, ASP.NET 1.1, Visual Studio 2003 Ok. I know that I've messed something up but can't seem to put my finger on it. I recently set up my IIS so that the default web site ends up pulling the web site from a specified directory. Again, this is in the "Default Web Site" configuration. Before I did this, I was able to open web projects at will. Now, I cannot open any web project. I get the...
2
1887
by: Mike Kingscott | last post by:
Hi all, Ok, I'm running Windows 2000, service pack 4. I have .Net framework installed, version 1.1.4322, I'm running IIS 5.0. When I try to open a solution that was opening just dandy last week, I get the error "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1" I HAVE ALREADY TRIED RUNNING aspnet_regiis -i (SEVERAL TIMES) WITH *NO* LUCK
2
1166
by: Brian Shade | last post by:
Hi everyone, I am fairly new to developing with APS.NET and I have run into a big roadblock. I am trying to open up a solution file for Visual Studio ..NET 2003. Every time I try to open it I get the following error message: 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.
2
3103
by: paul clayton via .NET 247 | last post by:
Ok, there is alot of info about this and I have tried everything but still get the above error! 1. shut down ALL applications 2. Uninstall IIS 5.1 3. Uninstall .NET FrameWork 1.1 4. Reboot 5. Install IIS 5.1 6. Reboot 7. Install .NET Framework 1.1 8. Reboot
1
1332
by: Magnus Johansson | last post by:
I have installed SP2 for XP, and after this I can not create a new Visual Studio ASP.Net Web Application - get the errormessage: "Visual Studio .NET has detected that tthe specified Web server is not running ASP.NET version 1.1..." I have runned aspnet_regiis /i. Reinstalled IIS (5.1), ASP.NET framework 1.1, Visual Studio 2003. Installed every hotfix and service pack I could find for Visual Studio and
3
1581
by: Kalyan | last post by:
Hi, I am getting error msg "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1" when I am trying to create a web project from VS 2003. The environment that I am trying this Windows 2003 standard for Web Server and Windows 2000 professional for VS 2003. I tried below options, but didn't work: 1. Ran .NET 1.1 framework's aspnet_regiis -i and re-registered
1
2026
by: sarah16 | last post by:
Hi, I installed VS.NET and IIS on WinXP, but when I started a new project of ASP.NET Web Application or existing application ,it gives an error saying "visual studio.net has detected that specified web server is not running ASP.net version 1.1" since ASP.NET is not running on my IIS. Then I opened IIS Manager and want to add a new Web Service Extension for ASP.NET, but I cannot find Web Service Extension after expanding my computer...
0
8411
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
8838
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...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
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,...
0
7351
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
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
4173
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
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1969
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.