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

Mixing .Net v1.1 and 2.0 on the same website.

I have a website written in .Net 1.1. As part of it it has a virtual
directory that points so some web services. Currently the web services are
written in .Net 1.1 I want to convert the web services to 2.0. Can I do
this - have a virtual directory pointing to a different version of .Net than
what I have in the 'main' site or do I have to convert them both to .Net
2.0?

TIA - Jeff.
Apr 16 '07 #1
5 1126
If the 1.1 Virtual Directory is an IIS Application, and it is in a separate
application pool in IIS, I believe it will work. Otherwise, your 1.1 app
should normally run fine under ASP.NET 2.0 with no modifications.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mufasa" wrote:
I have a website written in .Net 1.1. As part of it it has a virtual
directory that points so some web services. Currently the web services are
written in .Net 1.1 I want to convert the web services to 2.0. Can I do
this - have a virtual directory pointing to a different version of .Net than
what I have in the 'main' site or do I have to convert them both to .Net
2.0?

TIA - Jeff.
Apr 16 '07 #2
Convert them both.

You cannot have the same application point to 1.1 and 2.0.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mufasa" <jb@nowhere.comwrote in message news:Oc**************@TK2MSFTNGP05.phx.gbl...
>I have a website written in .Net 1.1. As part of it it has a virtual directory that points so some
web services. Currently the web services are written in .Net 1.1 I want to convert the web services
to 2.0. Can I do this - have a virtual directory pointing to a different version of .Net than what
I have in the 'main' site or do I have to convert them both to .Net 2.0?

TIA - Jeff.


Apr 16 '07 #3
John,
I hate to disagree but I have it working now. I have a 1.1 site with a
virtual directory to a 2.0 site and it works fine.

Thanks anyway.

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uc**************@TK2MSFTNGP06.phx.gbl...
Convert them both.

You cannot have the same application point to 1.1 and 2.0.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mufasa" <jb@nowhere.comwrote in message
news:Oc**************@TK2MSFTNGP05.phx.gbl...
>>I have a website written in .Net 1.1. As part of it it has a virtual
directory that points so some web services. Currently the web services are
written in .Net 1.1 I want to convert the web services to 2.0. Can I do
this - have a virtual directory pointing to a different version of .Net
than what I have in the 'main' site or do I have to convert them both to
.Net 2.0?

TIA - Jeff.



Apr 18 '07 #4
You aren't using either application fully, then.

We went over this some time ago. See this discussion :

http://groups.google.com/group/micro...8ec60e18f36ca5

Web.config settings aren't inherited from 1.1 to 2.0, and they aren't inherited from 2.0 to 1.1.

Web.config settings *will* inherit from the root,
no matter whether the root is a 1.1 roort or a 2.0 root.

That causes conflicts with settings you don't want to be inherited.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mufasa" <jb@nowhere.comwrote in message news:%2****************@TK2MSFTNGP03.phx.gbl...
John,
I hate to disagree but I have it working now. I have a 1.1 site with a virtual directory to a 2.0
site and it works fine.

Thanks anyway.

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uc**************@TK2MSFTNGP06.phx.gbl...
>Convert them both.

You cannot have the same application point to 1.1 and 2.0.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mufasa" <jb@nowhere.comwrote in message news:Oc**************@TK2MSFTNGP05.phx.gbl...
>>>I have a website written in .Net 1.1. As part of it it has a virtual directory that points so
some web services. Currently the web services are written in .Net 1.1 I want to convert the web
services to 2.0. Can I do this - have a virtual directory pointing to a different version of .Net
than what I have in the 'main' site or do I have to convert them both to .Net 2.0?

TIA - Jeff.




Apr 18 '07 #5
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u8***************@TK2MSFTNGP06.phx.gbl...
That causes conflicts with settings you don't want to be inherited.
Yes indeed - this is a disaster waiting to happen...
Apr 18 '07 #6

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

Similar topics

3
by: bergel | last post by:
Hello, Does anyone already have some experience in mixing AWT and Swing? Is it conceptually doable? Does the design of Swing prevent interaction between an AWT and a Swing widget? Regards,...
6
by: Russell E. Owen | last post by:
At one time, mixing for x in file and readline was dangerous. For example: for line in file: # read some lines from a file, then break nextline = readline() # bad would not do what a naive...
2
by: junk | last post by:
I am converting a large website with VBScript include files and JScript also included as <script language="jscript" runat="server"> in other include files. I would like to convert the VBScript to...
4
by: MR. UNDERHILL | last post by:
I want to use forms authentication on my website. Looking at the documentation, I create a sample site for testing. One of my requirements is to ensure that SOME pages required an authenticated...
2
by: Shashi | last post by:
My development environment is ASP.Net 1.1. When the user does multiple logins to the system and navigates to different screens and clicks back button sometimes it reading the session variables...
0
by: dhruba.bandopadhyay | last post by:
I know that it's possible to mix ASP & ASP.NET 1.1 in the same website/application so long as they are in separate frames (iframes). This also holds for mixing ASP & ASP.NET 2.0 pages. But what I...
28
by: ziman137 | last post by:
Hello all, I have a question and am seeking for some advice. I am currently working to implement an algorithmic library. Because the performance is the most important factor in later...
3
by: jason | last post by:
I've been working with C# for over a year now without touching vb.net code. I had a few light years of vb.net before that. No real vb6 or windows form experience. Suddenly, I have an assignment...
2
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. I have a website written entirely in classic ASP. My customer has asked if I can place one (1) aspx page into the website. They don't want the domain name to change between the aspx &...
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
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: 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:
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...
0
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,...
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.