473,385 Members | 1,642 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,385 software developers and data experts.

I thought ASP.NET was always the same version as the installed Framework?

PJ6
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
Nov 19 '05 #1
4 1603
If you installed IIS with only 1.0 on, and then added 1.1 with VS.NET
2003, IIS may still be using the 1.0 runtine to handle requests.

Look for the following:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe

Run this at the command prompt like this: "aspnet_regiis.exe -i". You
can put a -? After the exe file to see all of the args. The -i arg
updates the IIS metabase to use the 1.1 runtimes.

John

-----Original Message-----
From: PJ6 [mailto:no****@nowhere.net]
Posted At: Friday, August 26, 2005 12:10 PM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: I thought ASP.NET was always the same version as the
installed Framework?
Subject: I thought ASP.NET was always the same version as the installed
Framework?
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
Nov 19 '05 #2
Use Denis Bauer's free "ASP.NET Version Switcher" to change
to 1.1 the .Net Framework the pesky applications target

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"PJ6" <no****@nowhere.net> wrote in message news:uq**************@TK2MSFTNGP14.phx.gbl...
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

Nov 19 '05 #3
PJ6
I did this and also installed the 1.1 SDK... downloaded projects still
complain that they see ASP.NET 1.0. What's even wierder is that executing
aspnet_regiis.exe -lv reveals that only 1.1 is installed. Very odd.

Paul

"John Horst" <jh****@innovasi.com> wrote in message
news:uO*************@tk2msftngp13.phx.gbl...
If you installed IIS with only 1.0 on, and then added 1.1 with VS.NET
2003, IIS may still be using the 1.0 runtine to handle requests.

Look for the following:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe

Run this at the command prompt like this: "aspnet_regiis.exe -i". You
can put a -? After the exe file to see all of the args. The -i arg
updates the IIS metabase to use the 1.1 runtimes.

John

-----Original Message-----
From: PJ6 [mailto:no****@nowhere.net]
Posted At: Friday, August 26, 2005 12:10 PM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: I thought ASP.NET was always the same version as the
installed Framework?
Subject: I thought ASP.NET was always the same version as the installed
Framework?
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

Nov 19 '05 #4
PJ6
I found the problem and it wasn't with my installation, the projects' paths
were misconfigured.

You know, in that case I don't see why I should EVER be given such a
misleading error message, telling me that there is a problem with the
ASP.NET version when there isn't. Is there really any excuse? I'll hold my
tongue for now because I'm still new but I'm starting to think less and less
of IIS.

Paul

"PJ6" <no****@nowhere.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I did this and also installed the 1.1 SDK... downloaded projects still
complain that they see ASP.NET 1.0. What's even wierder is that executing
aspnet_regiis.exe -lv reveals that only 1.1 is installed. Very odd.

Paul

"John Horst" <jh****@innovasi.com> wrote in message
news:uO*************@tk2msftngp13.phx.gbl...
If you installed IIS with only 1.0 on, and then added 1.1 with VS.NET
2003, IIS may still be using the 1.0 runtine to handle requests.

Look for the following:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe

Run this at the command prompt like this: "aspnet_regiis.exe -i". You
can put a -? After the exe file to see all of the args. The -i arg
updates the IIS metabase to use the 1.1 runtimes.

John

-----Original Message-----
From: PJ6 [mailto:no****@nowhere.net]
Posted At: Friday, August 26, 2005 12:10 PM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: I thought ASP.NET was always the same version as the
installed Framework?
Subject: I thought ASP.NET was always the same version as the installed
Framework?
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


Nov 19 '05 #5

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

Similar topics

2
by: Duncan | last post by:
I am using the evaluation version of CE.NET 4.1. I had also installed the release version of the Compact Framework. I uninstalled the CE.NET 4.1, and then realized I needed it again and...
2
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...
8
by: JohnnySparkles | last post by:
Hi All, I'm working on an application which uses a dll for some of its classes. I build the application and the dll and it runs fine on any machine with Visual Studio .NET installed on it....
3
by: Craig Traxler | last post by:
I have a windows 2000 machine and added IIS 5.0. I installed Visual Basic .Net 2003 on the machine and attempted to create a new ASP.NET Web Appication. I received the following message when...
2
by: Surajit Laha | last post by:
Hi, When I installed VS.NET, it installed .NET 1.0.3705. Now I have installed .NET Framework redist 1.1, but the system seems to be using the older one. How do I check/assure whcih version...
10
by: appdevtech | last post by:
A little background… We have multiple web servers in a farm and are starting to upgrade some applications to 1.1 by re-compiling in VS2003. One of the things out of our direct control is the...
1
by: Harry Simpson | last post by:
I know I drilled down into the Windows folder\Microsoft.net\Framework\v1.1.4322 folder and looked at the version of Mscorcfg.dll to get the SP level from the version number: Mine shows...
2
by: mookid | last post by:
Good day group! My problem is this: I have an old legacy application, which must be installed using an unmanaged installer. This unmanaged installer complains that .NETfx 1.1 is not installed,...
4
by: Arek | last post by:
Hi, How to detect Windows version and .NET version? I mean I want to know if user is using Windows 2000, XP, Vista and which Service Pack and version (XP Home, XP Pro, Vista Home Basic, Vista...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.