473,788 Members | 2,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

One solution to: Server is not running ASP.NET version 1.1. You will be unable to run ASP ...

I am sure that many of you have got this unpleasant message:" Server
is not running ASP.NET version 1.1. You will be unable to run ASP
....". I got it after completely rebuilding my machine and installing
all patches and before starting putting my stuff, even before MS
office. So, I was puzzled. Things like iisreset, regiis and other
wonderful MS suggested solutions, have not resulted in anything except
in me using more and more colorful language to describe my state of
mind and my appreciation for modern technology.
The VS.NET on the server was able to open the project evening before
and just started giving me the ugly message the next day. Then, I
rolled back the film and remembered what I did before the trouble
started! I created a few new web-sites in the IIS on the same server
and I used header host names. All sites worked well before I called it
a day.

The solution in this case was to change address of the project in the
PROJECTNAME.csp roj.webinfo from
<Web URLPath = "http://localhost/VIRTUALDIR/PROJECTNAME.csp roj" />
to
<Web URLPath = "http://www.domainname. com/VIRTUALDIR/PROJECTNAME.csp roj"
/>
The VS.NET was able to open the project immediatelly.
So, there must be some identification issue with usage of localhost
while having multiple domains on the same machine.
The machine is Win2k Server/SP4 + .NET 2003)

I hope that this helps at least some of you.

Cheers,
Sinisa Ruzin(contact aaAT itdesign-inc.com)
http://www.itdesign-inc.com
-- Custom Web Solutions--
Nov 18 '05 #1
1 1423
Thank you, thank you, thank you!

I have been fighting with this for weeks, posting for help all over the
places without any useful answer.

I have not get to the point to run my project, at least I am getting by the
urgly message page.
"Sinisa Ruzin" wrote:
I am sure that many of you have got this unpleasant message:" Server
is not running ASP.NET version 1.1. You will be unable to run ASP
....". I got it after completely rebuilding my machine and installing
all patches and before starting putting my stuff, even before MS
office. So, I was puzzled. Things like iisreset, regiis and other
wonderful MS suggested solutions, have not resulted in anything except
in me using more and more colorful language to describe my state of
mind and my appreciation for modern technology.
The VS.NET on the server was able to open the project evening before
and just started giving me the ugly message the next day. Then, I
rolled back the film and remembered what I did before the trouble
started! I created a few new web-sites in the IIS on the same server
and I used header host names. All sites worked well before I called it
a day.

The solution in this case was to change address of the project in the
PROJECTNAME.csp roj.webinfo from
<Web URLPath = "http://localhost/VIRTUALDIR/PROJECTNAME.csp roj" />
to
<Web URLPath = "http://www.domainname. com/VIRTUALDIR/PROJECTNAME.csp roj"
/>
The VS.NET was able to open the project immediatelly.
So, there must be some identification issue with usage of localhost
while having multiple domains on the same machine.
The machine is Win2k Server/SP4 + .NET 2003)

I hope that this helps at least some of you.

Cheers,
Sinisa Ruzin(contact aaAT itdesign-inc.com)
http://www.itdesign-inc.com
-- Custom Web Solutions--

Nov 18 '05 #2

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

Similar topics

3
1588
by: Scott | last post by:
I have been told that the only way to develop an ASP.NET application is to do it on the localhost, and then just copy the files out to the web server that will be hosting. Is this true? Scenario: Our network folks don't want us installing IIS on all of our machines. ASP.NET requires IIS to be installed. Does IIS need to be on the developing machine? We are currently getting the error "Visual Studio .NET has detected
2
7245
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 ???
15
1955
by: Andrew Chalk | last post by:
I have just moved a project to my laptop and get the message "Visual Studio ..NET has detected that the specified Web server is not running ASP.NET v1.1. You will be unable to run ASP.NET Web applications or services" Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does anyone know the URL? Many thanks.
5
3657
by: Phil Grimpo | last post by:
I have a very odd situation here. I have an administration page, where based on a users permissions, a recordset is called from the SQL server which has a list of paths to "Module Menus". Each of these menus are then placed into the page by calling Server.Execute(rs_Modules("ModulePath")). This works fine for up to 15 "menus" After that, the session variables that were set (not including those called by Global.ASA) are no longer set. ...
10
2318
by: Tim Mulholland | last post by:
My company is about to begin working on an ASP.NET application. There are going to be two primary developers working on this project. It will be a fairly deep project (lots of lines of code) but not a very wide project (pretty much limited to a few purposes, not many ways to split it up). I've done alot of ASP.NET development before by myself so writing the application shouldn't be an issue, but my question is this: How do multiple...
6
3807
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for one day): \\FFDS24\ASP.NET Applications(_LM_W3SVC_1_Root_ATV2004)\Errors During Execution: 7 \\FFDS24\ASP.NET Apps v1.1.4322(_LM_W3SVC_1_Root_ATV2004)\Compilations
0
800
by: Maciek | last post by:
Hi When I set Session state mode to StateServer (IIS 6.0; windows2003; .NET 2.0) in my application, I have recived this message: ----------------------------------------------------------------------------------------------------------------- Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a...
2
2291
by: Kevin R | last post by:
I'm trying to get asp.net 1.1 running on my home PC. When I try creating a new ASP.NET Web Application in 'Visual Studio .NET 2003' I get the following error: "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" Thanks for any help in advance. Kevin ===============================
4
2295
by: John Straumann | last post by:
Hello all: Most of my development for websites has been on test VPC images where VS is installed on the server image. I now have a setup where I have a test server joined to my domain, and a development PC also joined to the domain. On the server I created a new website on port 99 called "dev", and then on the development PC I tried to create a new http website using http://testserver:99/testwebsite, however I get an error message...
0
9656
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, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
1
10118
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
9969
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
8995
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 projectplanning, coding, testing, and deploymentwithout 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
7519
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
6750
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
5403
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...
1
4074
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2897
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.