473,765 Members | 2,203 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1746
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 SoftwareDevelop ment 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 SoftwareDevelop ment 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 SoftwareDevelop ment 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.Actut ally 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 SoftwareDevelop ment 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
4391
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 *ipAddress = S""; IDictionary *server_config = dynamic_cast<IDictionary*>(ConfigurationSettings::GetConfig("ServerAddress") ); ipAddress = dynamic_cast<String*>(server_config->get_Item(S"IP"));
4
1745
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 main C# application I have setup a project reference to this DLL. Im able to reference these managed .DLL classes from within my code without problem.
9
4493
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 "Let Users Add Functionality to Your .NET Applications with Macros and Plug-Ins" article at MSDN for the dynamic loading of DLLs http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/default.aspx
6
4503
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, but I've just started playing around with separate AppDomains and I'm finding that I'm not having problems where I expected I would, so maybe someone can help me understand a bit better. I've read that objects instantiated in separate AppDomains...
7
1694
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 present, and then just disable the API. But we are not even able to give an error message when we start the application without mscoree.dll present. We have tried delay-loading mscoree.dll, but that did not help because the OS loader (at least on...
5
291
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 .NET version 1.1 you will be unable to run ASP .NET web applications or services" what can cause this error message? Thanks,
4
2615
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 to close. Listed below is my Default_Load method. How would I be able to trap the error so I know what is causing this form to not load as I do not get any information at this time. We have it running on 4 different computers, but the one...
3
3278
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 (cross-compile) the library, so that I have the python modules and the compiled .so files. I am relatively sure that these would import normally in a standard interpreter (they give bad magic on the build machine). However, I would like to be able...
0
1672
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". Full recompile lasts about 40 minutes but when we make changes in particular projects or website it's not so painfull.
0
9568
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
9398
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
10156
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
10007
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
9951
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
9832
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6649
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();...
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.