473,807 Members | 2,856 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Framework 2.0 is installed on Server 2003 but IIS stays with ASP.NET V1

Hi,

I have an issue with IIS installation in Server 2003 : I can't change
ASP.NET version from V1.1.4322 to V2.0.0727 in Service web extension tab of
IIS to make it match with my site. The web site is OK for a static normal
page, but give a HTTP 404 error for a static page made with Visual Studio
2005.

I have same issue with upper level in IIS ("site web").

Installed .NET Framework Version is V2.0, V1 is not installed.

Installation of Windows Server 2003, .NET Framework 2.0 ans SQL Server 2005
was performed on the server by the supplier, I don't know which installation
sequence was used.

How can I tell IIS to use .NET Framework Version V2.0 ?

Thanks for your help.

Jean-Marie
Apr 13 '06 #1
3 2621
Go to IIS console manager, right click on Web Sites, go to properties and you
should see an ASP.NET Tab. Go there, you can change what framework version to
use for IIS or you can do by web site. Currently I have sites on my server
running .NET 1.1 and sites running under .NET 2.0

"Jean-Marie" wrote:
Hi,

I have an issue with IIS installation in Server 2003 : I can't change
ASP.NET version from V1.1.4322 to V2.0.0727 in Service web extension tab of
IIS to make it match with my site. The web site is OK for a static normal
page, but give a HTTP 404 error for a static page made with Visual Studio
2005.

I have same issue with upper level in IIS ("site web").

Installed .NET Framework Version is V2.0, V1 is not installed.

Installation of Windows Server 2003, .NET Framework 2.0 ans SQL Server 2005
was performed on the server by the supplier, I don't know which installation
sequence was used.

How can I tell IIS to use .NET Framework Version V2.0 ?

Thanks for your help.

Jean-Marie

Apr 13 '06 #2
Go to the bin directory of the 2.0 framework and type aspnet_regiis -i
which will make sure the .net 2.0 hooks are available.

"Jean-Marie" <Je********@com munity.nospam> wrote in message
news:OZ******** ******@TK2MSFTN GP05.phx.gbl...
Hi,

I have an issue with IIS installation in Server 2003 : I can't change
ASP.NET version from V1.1.4322 to V2.0.0727 in Service web extension tab
of IIS to make it match with my site. The web site is OK for a static
normal page, but give a HTTP 404 error for a static page made with Visual
Studio 2005.

I have same issue with upper level in IIS ("site web").

Installed .NET Framework Version is V2.0, V1 is not installed.

Installation of Windows Server 2003, .NET Framework 2.0 ans SQL Server
2005 was performed on the server by the supplier, I don't know which
installation sequence was used.

How can I tell IIS to use .NET Framework Version V2.0 ?

Thanks for your help.

Jean-Marie

Apr 13 '06 #3
Hi Jean,

As other members have mentioned, after you installed .net framework 2.0, in
the IIS's management console, the application virtual directory(or IIS
SITE)'s property dialog will contain an additional tab named "ASPNET", you
can configure the ASP.NET extension version through that tab.

Also, .net framework ships a commandline utility with the
framework------aspnet_regiis.e xe, you can use it to configure the IIS
virutal directory or site's ASP.NET extension mapping(through IIS metabase
path):

#ASP.NET IIS Registration Tool (Aspnet_regiis. exe)
http://msdn.microsoft.com/library/en...ETIISRegistrat
ionToolAspnet_r egiisexe.asp?fr ame=true

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Community Support
=============== =============== =============== =====

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Apr 14 '06 #4

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

Similar topics

2
7117
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 but that the application will not be able to use the newer features of ASP .NET 1.1. Now, having installed VS .Net 2003 I understand that I have...
2
630
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the best group to share this information. A co-worker and I were able to determine how to tell exactly what version of .NET Framework is installed. We had to do this because we had to manually deploy the MS05-004 Security Bulletin to thousands of...
4
2544
by: RM | last post by:
Had VS .Net 2002 installed on W2k Server SP3 and supported a number of web sites. Installed VS .Net 2003 on Friday and now all web sites using .Net & MS ACCESS get this strange error upon open. ASP=/TestDotNet/AdoNet.aspx System.Data.OleDb.OleDbException: Unspecified error at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open()...
2
1546
by: Russ | last post by:
I set up a web server machine using Windows 2003 server, Web Edition. Every time I try to do anything with it I get an error message that says that "the specified Wew server is not running ASP.NET version 1.1. You will be unable to run ASP.NET applications or services". What is the cure for this? I have gone to the directory %systemroot%\Microsoft.NET\Framework\v1.1.4322 (D:\WINWEB03\Microsoft.NET\Framework\v1.1.4322), and run: ...
1
1028
by: InBiz_Dev | last post by:
I am new to .NET developmet so please excuse any stupid questions. I am trying to develop a web application that will include data forms and crystal reports. Our infrastructure is such that within our domain we have SQL Server on one server (Windows Server 2003), IIS on a seperate server (2003 Webserver), the primary domain controller is currently a Windows 2000 SBS, I am using XP. My question is this, is there a specific way that the...
1
1268
by: manoa | last post by:
I am installing Exchange 2003 on a Windows 2003 server. One of the pre-requiste to this installation is to make sure ASP.Net and .Net Framework are installed and enabled. I located the ASP.Net component and installed the service under the add/remove Windows Components -- Application server. When I check the services I can see that the ASP.Net State Service started. How do I install .Net Framework and enable it or is this a component...
4
1647
by: PJ6 | last post by:
Just brought up a fresh installation. Installed IIS first, then VS.NET 2003. Now some of the applications I'm downloading complain that the ASP.NET server version is 1.0 and not 1.1. Um... I've checked, here, and it looks like ASP.NET is v1.1. The Framework certainly is. I'm confused??? Paul
3
1639
by: vighnesh | last post by:
Hi All I am dealing a project in ASP.NET which uploads office documents and convert them as PDF files,to accomplish this convertion I have used a third party component named "easy PDF SDK".Every thing went fine on local machine(Which has VS.NET 2003) But when it comes to deployment on the remote machine(which has only .NET Framework 1.1)though "easy PDF SDK" installed and configured as per the requirements on the remote machine,its...
7
8529
by: therod | last post by:
I am running Windows Server 2003 SP1 and .Net Framework 1.1 I want to upgrade to .Net 2.0 and I'm pretty sure I should uninstall 1.1 first. Problem is that .NET 1.1 doesn't show up in Control Panel->Add Remove Programs. Anyone know the correct way to upgrade to .NET 2.0? Tom
0
9721
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
9600
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
10628
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
10373
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
10374
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,...
1
7651
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
6880
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
4331
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
3011
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.