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

Home Posts Topics Members FAQ

Wrong ASP .NET version

jim
Hi All,

I use Visual .net C# 2003 try to create a new ASP .NET Web Application and
got following errors:

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.

The development environment are:
Windows 2000 Professional
Visual .Net Studio 2003
MS IIS 5.0

Anybody have any idea would be great appreciated.

Thanks in advance,
Jim

Nov 19 '05 #1
4 1208
"jim" <ji*@discussion s.microsoft.com > wrote in message
news:77******** *************** ***********@mic rosoft.com...
Hi All,

I use Visual .net C# 2003 try to create a new ASP .NET Web Application and
got following errors:

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.

The development environment are:
Windows 2000 Professional
Visual .Net Studio 2003
MS IIS 5.0

Anybody have any idea would be great appreciated.

Thanks in advance,
Jim


I imaging you already have the .Net Framework 1.1 otherwise you couldn't
install C# 2k3. Double-check to make sure you didn't accidentally uninstall
it. Then try running the file (default path)
C:\Windows\Micr osoft.Net\Frame work\v1.1.4322\ aspnet_regiis.e xe -i

Hope that helps ...

Mythran
Nov 19 '05 #2
Jim,

I have received this error in the past. Somehow your system is not
recognizing 1.1 or it wasn't installed properly. Try running
"aspnet_regiis. exe /i" using the Visual Studio Command Prompt. This will
reinstall ASP.Net and update all scriptmaps to the current version of ASP.Net.

Thanks,
Ian Suttle
http://www.IanSuttle.com

"jim" wrote:
Hi All,

I use Visual .net C# 2003 try to create a new ASP .NET Web Application and
got following errors:

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.

The development environment are:
Windows 2000 Professional
Visual .Net Studio 2003
MS IIS 5.0

Anybody have any idea would be great appreciated.

Thanks in advance,
Jim

Nov 19 '05 #3
Apparently, your web server isn't supporting ASP.Net 1.1. Check your web
server. You can install ASP.Net (whatever version) by using
aspnet_regiis.e xe /i - a command-line utility found in the version folder of
the .Net platform version you want to load onto your web server.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

"jim" <ji*@discussion s.microsoft.com > wrote in message
news:77******** *************** ***********@mic rosoft.com...
Hi All,

I use Visual .net C# 2003 try to create a new ASP .NET Web Application and
got following errors:

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.

The development environment are:
Windows 2000 Professional
Visual .Net Studio 2003
MS IIS 5.0

Anybody have any idea would be great appreciated.

Thanks in advance,
Jim

Nov 19 '05 #4
I think asp.net is not installed properly. To install it again, check out
this faq,
http://www.extremeexperts.com/Net/FA...Appearing.aspx

--
-Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"jim" <ji*@discussion s.microsoft.com > wrote in message
news:77******** *************** ***********@mic rosoft.com...
Hi All,

I use Visual .net C# 2003 try to create a new ASP .NET Web Application and
got following errors:

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.

The development environment are:
Windows 2000 Professional
Visual .Net Studio 2003
MS IIS 5.0

Anybody have any idea would be great appreciated.

Thanks in advance,
Jim

Nov 19 '05 #5

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

Similar topics

2
1620
by: JoeAley2003 | last post by:
Hi all... I use Linux RH 9 and Phped 3.1 and recently downloaded latest sources of dbg and i think it's is installed all right in my php4.3.2 cause i see in phpinfo() a dbg enable row. But when i try to run the Phped debugger, it doesn't work... Wrong version (2.11) of php debugger detected.
3
5475
by: Soren Jorgensen | last post by:
Hi, Following code should give the number of weeks in years 1998-2010 for a Danish calendar (on a Danish box) GregorianCalendar cal = new GregorianCalendar(); for(int i = 1998; i < 2010; i++) { DateTime date = new DateTime(i, 12, 31); int week= cal.GetWeekOfYear(date,
8
2017
by: Dmitry Korolyov | last post by:
ASP.NET app using c# and framework version 1.1.4322.573 on a IIS 6.0 web server. A single-line asp:textbox control and regexp validator attached to it. ^\d+$ expression does match an empty string (when you don't enter any values) - this is wrong d+ expression does not match, for example "g24" string - this is also wrong www.regexplib.com test validator works fine for both cases, i.e. it is reporting "not match" for the...
2
5175
by: Roger Twomey | last post by:
I have an application that checks for browser, version and active X enabled. It uses the result for a simple if then. The issue I have is that Request.Browser.MajorVersion is returning the wrong value. I was not getting the result I wanted (no IE browser was version >= 5) even when the browser was version 6. I tried from 2 machines, both running IE 6 with all patches installed. For some reason Request.Browser.MajorVersion returns...
2
4556
by: Ronald | last post by:
I just started with dotnetnuke, and with a wrong login (wrong password on a clean install i can crash the application pool from IIS. (when i login with the right username/password information the site works fine, i can do anything it is supposed to do) I have the following setup: -Windows 2003 x64 (fully patched, clean install) -Dotnetframework 2.0.50727 -Dotnetnuke 4.3.1
2
3611
by: Rod | last post by:
I've been struggling with this thing for 2 days, and after searching the 'net for help, I cannot find what is wrong. We're using Crystal Reports XI Release 2, with Visual Studio .NET 2003 in an ASP.NET 1.1 application. I've got a CrystralReportsViewer control on an ASP.NET page. Once the page gets hit I get the following error message (this is running on my development machine):
5
2908
by: Simon Brooke | last post by:
This is supposed to be a very simple XSL stylesheet to strip styling information out of HTML documents - it could not be more basic. And yet, it doesn't work. I'm obviously getting something very basic wrong and for the life of me I can't see it. Please, somebody, cast your eyes over this and tell me what's wrong! First, the XSL stylesheet: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0"
20
2806
by: Daniel.C | last post by:
Hello. I just copied this code from my book with no modification : #include <stdio.h> /* count characters in input; 1st version */ main() { long nc; nc = 0;
27
3057
by: Dave | last post by:
I'm having a hard time tying to build gcc 4.3.1 on Solaris using the GNU compilers. I then decided to try to use Sun's compiler. The Sun Studio 12 compiler reports the following code, which is in the source (gcc-4.3.1/gcc/c-common.c) of gcc 4.3.1, is a syntax error. I'm inclined to agree, as it is like no C I have ever met. what is "C_COMMON_FIXED_TYPES (, fract);" supposed to mean? Could it be
1
4038
by: kfry | last post by:
I am having an issue maybe someone can help with. I have written an application with Access 2003 on my XP pc. I then package it and install it on my VISTA Access 2007 PC. When I do this the wrong version of the application is run. Meaning, the form changes that I just made are not there, they are from the previous version. I know it is the correct application because I can install it on another XP PC with no problem, and the FIRST time on a...
0
8399
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
8312
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,...
1
8504
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
8606
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
7337
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
6169
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
5632
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();...
1
2732
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
2
1959
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.