473,404 Members | 2,170 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,404 software developers and data experts.

Select .Net Version


Hi,

I have a website that is configured for .net v2.0 and a web application
that only runs on 1.1 that I want to host on this site. Is it possible
to specify in web.config or Assemblyinfo or similar what version to use
for this application, or am I bound to the version the IIS site is
running ?

Niclas
*** Sent via Developersdex http://www.developersdex.com ***
Feb 23 '06 #1
4 1099
You are bound by IIS, but an IIS globally configured to run 2.0, should run
1.x code just fine...just not the other way around.

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Niclas" <NO****@Notmail.com> wrote in message
news:uj*************@TK2MSFTNGP15.phx.gbl...

Hi,

I have a website that is configured for .net v2.0 and a web application
that only runs on 1.1 that I want to host on this site. Is it possible
to specify in web.config or Assemblyinfo or similar what version to use
for this application, or am I bound to the version the IIS site is
running ?

Niclas
*** Sent via Developersdex http://www.developersdex.com ***

Feb 23 '06 #2
This is the mapping that defines which version is used to process ASPX pages
(see the doc for the aspnet_regiis that allows to change the mapping for
you). I also heard that in IIS 6 you 1.1 and 2.0 websites shouldn't be in
the same application pool.

For more info :
http://msdn.microsoft.com/library/de..._regiisexe.asp

--
Patrice

"Niclas" <NO****@Notmail.com> a écrit dans le message de
news:uj*************@TK2MSFTNGP15.phx.gbl...

Hi,

I have a website that is configured for .net v2.0 and a web application
that only runs on 1.1 that I want to host on this site. Is it possible
to specify in web.config or Assemblyinfo or similar what version to use
for this application, or am I bound to the version the IIS site is
running ?

Niclas
*** Sent via Developersdex http://www.developersdex.com ***

Feb 23 '06 #3
You can use aspnet_regiis to configure a single site to use 1.1.

In general:
Aspnet_regiis.exe -s W3SVC/1/ROOT/YourAppname
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Niclas" wrote:

Hi,

I have a website that is configured for .net v2.0 and a web application
that only runs on 1.1 that I want to host on this site. Is it possible
to specify in web.config or Assemblyinfo or similar what version to use
for this application, or am I bound to the version the IIS site is
running ?

Niclas
*** Sent via Developersdex http://www.developersdex.com ***

Feb 23 '06 #4
But, you can set each root differently with aspnet_regiis and the -s switch
with a virtual root directory path (metabase style path).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Karl Seguin [MVP]" wrote:
You are bound by IIS, but an IIS globally configured to run 2.0, should run
1.x code just fine...just not the other way around.

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Niclas" <NO****@Notmail.com> wrote in message
news:uj*************@TK2MSFTNGP15.phx.gbl...

Hi,

I have a website that is configured for .net v2.0 and a web application
that only runs on 1.1 that I want to host on this site. Is it possible
to specify in web.config or Assemblyinfo or similar what version to use
for this application, or am I bound to the version the IIS site is
running ?

Niclas
*** Sent via Developersdex http://www.developersdex.com ***


Feb 23 '06 #5

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

Similar topics

0
by: Tanamon | last post by:
Hello All, I am a MySQL newbie trying to write a query that selects file_name records possessing the highest numbered version for that unique file_name. I show sample data and two trial queries...
4
by: Denis St-Michel | last post by:
Hello All, Hope some Guru will be able to help me with this. Let's take this example table A ------------------------------------------------------------------------------- id | ...
3
by: Ian T | last post by:
Hi, I've got what I think (probably incorrectly) should be a simple SELECT : Two colums with data like col1 col2 1 50 1 51 2 50
2
by: David Nedrow | last post by:
OK, I have a problem which I'm guessing is simply my inability to figure out a select pattern in XSL. I have an XML file similar to the following: <?xml version="1.0"?> <?xml-stylesheet...
1
by: joealonso | last post by:
Problem: I have an xml news feed: blah blah yesterday by the news from General Motors (NYSE:GM) that helped bring the market to a three-week high blah blah We all know that the old days are...
4
by: celerystick | last post by:
This is an xsl question, comp.infosystems.www.authoring.stylesheets were not able to help , here goes .... With one xml file containing repeated element <subject>: ...
4
by: jimh | last post by:
I'm not a SQL expert. I want to be able to write a stored procedure that will return 'people who bought this product also bought this...'. I have a user table that links to a transaction table...
5
by: Mike Gemmell | last post by:
create table ppp ( t int ) @ create view v_ppp as select t from ppp @
2
by: Marcel Hug | last post by:
Hi NG! With a Inner-Join SQL I get my datas in a DataSet. In the table are the column Entry and Version. Like this: Entry Version 1 1 1 2 1 ...
2
by: frank.sconzo | last post by:
Greetings, I was testing my web application on the Mac/Safari and noticed a problem with the background color of the select input element. Safari doesn't seem to pay any attention to the style I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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,...
0
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...

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.