473,395 Members | 1,462 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Loading and Running ASP .NET application

while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"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"

what can cause this error message?

Thanks,
Jul 22 '05 #1
5 1701
Dafina,

One can be that you have installed Net 2.0 beta 1. With installing 2.2 the
problem is than probably gone.

I hope this helps,

Cor
Jul 22 '05 #2
Hello Dafna,

After you install the Microsoft .NET Framework SoftwareDevelopment Kit (SDK)
or Visual Studio .NET, Microsoft Internet Information Service (IIS) mappings
are created to associate the new file extensions and settings for ASP.NET.

If you did not have IIS installed when you ran the SDK or Visual Studio
Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or
Visual Studio Setup, those settings will not be in place.

You experience unexpected behavior when you try to view ASP.NET pages. When
you try to create a new ASP.NET Web application in Visual Studio .NET 2003,
you receive the following error message:

Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1.

You asked for causes so I don't suggest solution for the errorin my
reply,however if you looking for solution let me know,will try to solve it.

Bhavesh Patel

"Dafna" wrote:
while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"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"

what can cause this error message?

Thanks,

Jul 22 '05 #3
Hi Bhavesh,
thanks for the explanation.
As far as I know the IIS was already installed on my computer before I
installed the Visual Studio .NET.
Do you know what should I do in order to solve the problem?

Thanks,
"Bhavesh Patel" wrote:
Hello Dafna,

After you install the Microsoft .NET Framework SoftwareDevelopment Kit (SDK)
or Visual Studio .NET, Microsoft Internet Information Service (IIS) mappings
are created to associate the new file extensions and settings for ASP.NET.

If you did not have IIS installed when you ran the SDK or Visual Studio
Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or
Visual Studio Setup, those settings will not be in place.

You experience unexpected behavior when you try to view ASP.NET pages. When
you try to create a new ASP.NET Web application in Visual Studio .NET 2003,
you receive the following error message:

Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1.

You asked for causes so I don't suggest solution for the errorin my
reply,however if you looking for solution let me know,will try to solve it.

Bhavesh Patel

"Dafna" wrote:
while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"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"

what can cause this error message?

Thanks,

Jul 22 '05 #4
Hi Bhavesh,
I found the solution :
Go to
All Programs --> Microsoft Visual studio .Net --> Visual studio .Net Tools
--> Visual studio .Net Command Prompt

Now in command promt type --> aspnet_regiis -i

Thanks

"Bhavesh Patel" wrote:
Hello Dafna,

After you install the Microsoft .NET Framework SoftwareDevelopment Kit (SDK)
or Visual Studio .NET, Microsoft Internet Information Service (IIS) mappings
are created to associate the new file extensions and settings for ASP.NET.

If you did not have IIS installed when you ran the SDK or Visual Studio
Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or
Visual Studio Setup, those settings will not be in place.

You experience unexpected behavior when you try to view ASP.NET pages. When
you try to create a new ASP.NET Web application in Visual Studio .NET 2003,
you receive the following error message:

Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1.

You asked for causes so I don't suggest solution for the errorin my
reply,however if you looking for solution let me know,will try to solve it.

Bhavesh Patel

"Dafna" wrote:
while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"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"

what can cause this error message?

Thanks,

Jul 22 '05 #5
Hi Dafna

Congrats for the solutions.Actutally running that command will do the
mapping in the IIS.

Thanks,
Bhavesh Patel

"Dafna" wrote:
Hi Bhavesh,
I found the solution :
Go to
All Programs --> Microsoft Visual studio .Net --> Visual studio .Net Tools
--> Visual studio .Net Command Prompt

Now in command promt type --> aspnet_regiis -i

Thanks

"Bhavesh Patel" wrote:
Hello Dafna,

After you install the Microsoft .NET Framework SoftwareDevelopment Kit (SDK)
or Visual Studio .NET, Microsoft Internet Information Service (IIS) mappings
are created to associate the new file extensions and settings for ASP.NET.

If you did not have IIS installed when you ran the SDK or Visual Studio
Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or
Visual Studio Setup, those settings will not be in place.

You experience unexpected behavior when you try to view ASP.NET pages. When
you try to create a new ASP.NET Web application in Visual Studio .NET 2003,
you receive the following error message:

Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1.

You asked for causes so I don't suggest solution for the errorin my
reply,however if you looking for solution let me know,will try to solve it.

Bhavesh Patel

"Dafna" wrote:
while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"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"

what can cause this error message?

Thanks,

Jul 22 '05 #6

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

Similar topics

1
by: Chris | last post by:
I have seen the posts on various places on the internet about .NET framework mismatch issues and I don't think that is my problem. ; ) When I execute the following C++.NET code: String...
4
by: Daniel Mori | last post by:
Im at a loss on where to proceed next. I wonder if anyone can help me. I have a managed C++ DLL is basically a thin wrapper around several unmanaged classes. This DLL builds fine. In my...
9
by: Ender | last post by:
I have an application that I would like third party developers to be able to create Plug-ins that will be dynamically loaded into our application to extend functionality. I have utilized the...
6
by: Pete Davis | last post by:
I'm confused about what precisely the limitations are on loading plugins in separate app domains. In all my previous apps that supported plugins, I've loaded them into the same domain as the app,...
7
by: Staale L. Hansen | last post by:
We have an application which uses some mixed-mode code to expose a .NET 1.1 managed API. Only the necessary files are compiled with /clr. We want to be able to load the application without .NET...
5
by: Dafna | last post by:
while trying to open an Asp .Net application ' I get the following message (the IIS on my computer is running) "Visual Studio .Net has detected that the specified web server is not running ASP...
4
by: Andy | last post by:
I created a Windows application that is having an odd issue. The application starts for a split second, but then closes. I cannot get any error messages to display as to what causes the program...
3
by: jefishman | last post by:
I have a Python (2.3.x) interpreter running embedded in a C++ application on a host machine. I would like to run a specific package on that host machine (numpy). I have managed to compile...
0
by: wojtowicz.maciej | last post by:
Hello, We have asp.net application: .net / 200 000 loc and about 200 000 loc in orbital projects (referenced to website as projects (not as dlls)). Compiling application time is "normal"....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.