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

asp.net 1.1 application on 2.0

I have asp.net application which was tested and developed on asp.net 1.1.
WIll my application work on asp.net 2.0 also. Can I say asp.net 2.0 is
supported automatically for the applications which are written for asp.net
1.1

thanks
Feb 15 '06 #1
7 1713
abcd,
Most (not all) ASP.NET 1.1 apps will run correctly under ASP.NET 2.0. The
easy way to find out is to simply change the script mappings for the IIS
application from 1.1 to 2.0 runtime. You can do this easily with
ASPNET_REGIIS.EXE, in IIS under Windows XP, or with a third party tool such
as Denis Bauer's Version Switcher.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"abcd" wrote:
I have asp.net application which was tested and developed on asp.net 1.1.
WIll my application work on asp.net 2.0 also. Can I say asp.net 2.0 is
supported automatically for the applications which are written for asp.net
1.1

thanks

Feb 15 '06 #2
re:
Will my application work on asp.net 2.0 also.
Yes, unless you're calling non-existent classes.

re: Can I say asp.net 2.0 is supported automatically for the applications which are written for
asp.net 1.1
You can say that ASP.NET 2.0 supports 1.1 applications,
unless you are calling non-existent classes.

In general, though, you should have side-by-side installs of ASP.NET 1.1 and ASP.NET 2.0,
and run your applications with a specific .Net Framework for a target.

Unless you want/need to have a 2.0-only machine, that is the best configuration.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message news:%2****************@TK2MSFTNGP14.phx.gbl...I have asp.net application which was tested and developed on asp.net 1.1. WIll my application work
on asp.net 2.0 also. Can I say asp.net 2.0 is supported automatically for the applications which
are written for asp.net 1.1

thanks

Feb 15 '06 #3
Thanks.

When I install 2.0 does that install 1.1 also? I have a machine which has
both 1.1 and 2.0, how do I test my applicaition so that it will use only
2.0. I want to test this.

thanks
Juan T. Llibre wrote:
re:
Will my application work on asp.net 2.0 also.


Yes, unless you're calling non-existent classes.

re:
Can I say asp.net 2.0 is supported automatically for the
applications which are written for asp.net 1.1


You can say that ASP.NET 2.0 supports 1.1 applications,
unless you are calling non-existent classes.

In general, though, you should have side-by-side installs of ASP.NET
1.1 and ASP.NET 2.0, and run your applications with a specific .Net
Framework for a target.
Unless you want/need to have a 2.0-only machine, that is the best
configuration.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
I have asp.net application which was tested and developed on asp.net
1.1. WIll my application work on asp.net 2.0 also. Can I say asp.net
2.0 is supported automatically for the applications which are
written for asp.net 1.1 thanks

Feb 15 '06 #4
re:
When I install 2.0 does that install 1.1 also?
No. They are separate installs.

The .Net Framework 1.1 is available here :
http://www.microsoft.com/downloads/d...displaylang=en

Note : you should also install the .Net Framework SP1:
http://www.microsoft.com/downloads/d...displaylang=en

and,. also, install the Security update for 1.1 :
http://www.microsoft.com/downloads/d...displaylang=en

The .Net Framework 2.0 is available here :
http://www.microsoft.com/downloads/d...displaylang=en

re: how do I test my applicaition so that it will use only 2.0. I want to test this.
Open the IIS Manager, select the application you want to configure,
and make sure that in its properties, in the ASP.NET tab,
the .Net Framework version you want to target is selected.

I assume you want to target the .Net Framework 2.0.

In that case, the ASP.NET tab for your application's properties,
should have 2.0.50727 as the "ASP.NET Version".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message news:O9**************@TK2MSFTNGP11.phx.gbl... Thanks.

When I install 2.0 does that install 1.1 also? I have a machine which has both 1.1 and 2.0, how
do I test my applicaition so that it will use only 2.0. I want to test this.

thanks
Juan T. Llibre wrote:
re:
Will my application work on asp.net 2.0 also.


Yes, unless you're calling non-existent classes.

re:
Can I say asp.net 2.0 is supported automatically for the
applications which are written for asp.net 1.1


You can say that ASP.NET 2.0 supports 1.1 applications,
unless you are calling non-existent classes.

In general, though, you should have side-by-side installs of ASP.NET
1.1 and ASP.NET 2.0, and run your applications with a specific .Net
Framework for a target.
Unless you want/need to have a 2.0-only machine, that is the best
configuration.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
I have asp.net application which was tested and developed on asp.net
1.1. WIll my application work on asp.net 2.0 also. Can I say asp.net
2.0 is supported automatically for the applications which are
written for asp.net 1.1 thanks


Feb 15 '06 #5
Juan. Thanks for the detailed post. Its really helpful.

earlier I was doing wrong. I have W2K3 machine and on which ASP.NET 1.1 and
ASP.NET 2.0 both are installed, I was just enabling and disabling the web
service extension for 1.1 and 2.0 each at a time. When I disable 1.1 and
enable 2.0 my applicaiton didnt work.

But as you said when I open IIS maanger and on my applicaiton's ASP.NET tab
I set ASP.NET version to 2.0 and Web server extension for 1.1 and 2.0 are
set to "Allow" and now my applicaiton works. Does this mean that its using
now asp.net 2.0

Thanks in advance.
Juan T. Llibre wrote:
re:
When I install 2.0 does that install 1.1 also?


No. They are separate installs.

The .Net Framework 1.1 is available here :
http://www.microsoft.com/downloads/d...displaylang=en

Note : you should also install the .Net Framework SP1:
http://www.microsoft.com/downloads/d...displaylang=en

and,. also, install the Security update for 1.1 :
http://www.microsoft.com/downloads/d...displaylang=en

The .Net Framework 2.0 is available here :
http://www.microsoft.com/downloads/d...displaylang=en

re:
how do I test my applicaition so that it will use only 2.0. I want
to test this.


Open the IIS Manager, select the application you want to configure,
and make sure that in its properties, in the ASP.NET tab,
the .Net Framework version you want to target is selected.

I assume you want to target the .Net Framework 2.0.

In that case, the ASP.NET tab for your application's properties,
should have 2.0.50727 as the "ASP.NET Version".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:O9**************@TK2MSFTNGP11.phx.gbl...
Thanks.

When I install 2.0 does that install 1.1 also? I have a machine
which has both 1.1 and 2.0, how do I test my applicaition so that it
will use only 2.0. I want to test this. thanks
Juan T. Llibre wrote:
re:
Will my application work on asp.net 2.0 also.

Yes, unless you're calling non-existent classes.

re:
Can I say asp.net 2.0 is supported automatically for the
applications which are written for asp.net 1.1

You can say that ASP.NET 2.0 supports 1.1 applications,
unless you are calling non-existent classes.

In general, though, you should have side-by-side installs of ASP.NET
1.1 and ASP.NET 2.0, and run your applications with a specific .Net
Framework for a target.
Unless you want/need to have a 2.0-only machine, that is the best
configuration.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
I have asp.net application which was tested and developed on
asp.net 1.1. WIll my application work on asp.net 2.0 also. Can I say
asp.net 2.0 is supported automatically for the applications which are
written for asp.net 1.1 thanks

Feb 15 '06 #6
abcd,
If you want to run both 1.1 and 2.0 ASP.NET applications on the same server,
you should put all the 1.1 apps in a single IIS Application pool, and all the
2.0 apps in a different Application Pool.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"abcd" wrote:
Juan. Thanks for the detailed post. Its really helpful.

earlier I was doing wrong. I have W2K3 machine and on which ASP.NET 1.1 and
ASP.NET 2.0 both are installed, I was just enabling and disabling the web
service extension for 1.1 and 2.0 each at a time. When I disable 1.1 and
enable 2.0 my applicaiton didnt work.

But as you said when I open IIS maanger and on my applicaiton's ASP.NET tab
I set ASP.NET version to 2.0 and Web server extension for 1.1 and 2.0 are
set to "Allow" and now my applicaiton works. Does this mean that its using
now asp.net 2.0

Thanks in advance.
Juan T. Llibre wrote:
re:
When I install 2.0 does that install 1.1 also?


No. They are separate installs.

The .Net Framework 1.1 is available here :
http://www.microsoft.com/downloads/d...displaylang=en

Note : you should also install the .Net Framework SP1:
http://www.microsoft.com/downloads/d...displaylang=en

and,. also, install the Security update for 1.1 :
http://www.microsoft.com/downloads/d...displaylang=en

The .Net Framework 2.0 is available here :
http://www.microsoft.com/downloads/d...displaylang=en

re:
how do I test my applicaition so that it will use only 2.0. I want
to test this.


Open the IIS Manager, select the application you want to configure,
and make sure that in its properties, in the ASP.NET tab,
the .Net Framework version you want to target is selected.

I assume you want to target the .Net Framework 2.0.

In that case, the ASP.NET tab for your application's properties,
should have 2.0.50727 as the "ASP.NET Version".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:O9**************@TK2MSFTNGP11.phx.gbl...
Thanks.

When I install 2.0 does that install 1.1 also? I have a machine
which has both 1.1 and 2.0, how do I test my applicaition so that it
will use only 2.0. I want to test this. thanks
Juan T. Llibre wrote:
re:
> Will my application work on asp.net 2.0 also.

Yes, unless you're calling non-existent classes.

re:
> Can I say asp.net 2.0 is supported automatically for the
> applications which are written for asp.net 1.1

You can say that ASP.NET 2.0 supports 1.1 applications,
unless you are calling non-existent classes.

In general, though, you should have side-by-side installs of ASP.NET
1.1 and ASP.NET 2.0, and run your applications with a specific .Net
Framework for a target.
Unless you want/need to have a 2.0-only machine, that is the best
configuration.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
> I have asp.net application which was tested and developed on
> asp.net 1.1. WIll my application work on asp.net 2.0 also. Can I say
> asp.net 2.0 is supported automatically for the applications which are
> written for asp.net 1.1 thanks


Feb 15 '06 #7
re:
I have W2K3 machine and on which ASP.NET 1.1 and ASP.NET 2.0 both are installed
you should put all the 1.1 apps in a single IIS Application pool,
and all the 2.0 apps in a different Application Pool.
Yes.

For W2K3, that is a must...at the very least.

Of course, if you have a very critical application, you could place it in an Application Pool
all of its own, and eliminate the chance of your critical application crashing because
another application in the same App Pool crashed the process.

That would be good whether it's a 1.1 app or a 2.0 app,
if you're running W2K3 ( running IIS 6.0 ).

re: on my application's ASP.NET tab I set ASP.NET version to 2.0
Does this mean that its using now asp.net 2.0


Yes, it does.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.com> wrote in message
news:71**********************************@microsof t.com... abcd,
If you want to run both 1.1 and 2.0 ASP.NET applications on the same server,
you should put all the 1.1 apps in a single IIS Application pool, and all the
2.0 apps in a different Application Pool.
Peter "abcd" wrote:
Juan. Thanks for the detailed post. Its really helpful.

earlier I was doing wrong. I have W2K3 machine and on which ASP.NET 1.1 and
ASP.NET 2.0 both are installed, I was just enabling and disabling the web
service extension for 1.1 and 2.0 each at a time. When I disable 1.1 and
enable 2.0 my applicaiton didnt work.

But as you said when I open IIS manager and on my application's ASP.NET tab
I set ASP.NET version to 2.0 and Web server extension for 1.1 and 2.0 are
set to "Allow" and now my applicaiton works. Does this mean that its using
now asp.net 2.0

Thanks in advance.
Juan T. Llibre wrote:
> re:
>> When I install 2.0 does that install 1.1 also?
>
> No. They are separate installs.
>
> The .Net Framework 1.1 is available here :
> http://www.microsoft.com/downloads/d...displaylang=en
>
> Note : you should also install the .Net Framework SP1:
> http://www.microsoft.com/downloads/d...displaylang=en
>
> and,. also, install the Security update for 1.1 :
> http://www.microsoft.com/downloads/d...displaylang=en
>
> The .Net Framework 2.0 is available here :
> http://www.microsoft.com/downloads/d...displaylang=en
>
> re:
>> how do I test my applicaition so that it will use only 2.0. I want
>> to test this.
>
> Open the IIS Manager, select the application you want to configure,
> and make sure that in its properties, in the ASP.NET tab,
> the .Net Framework version you want to target is selected.
>
> I assume you want to target the .Net Framework 2.0.
>
> In that case, the ASP.NET tab for your application's properties,
> should have 2.0.50727 as the "ASP.NET Version".
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ===================================
> "abcd" <ab**@abcd.com> wrote in message
> news:O9**************@TK2MSFTNGP11.phx.gbl...
>> Thanks.
>>
>> When I install 2.0 does that install 1.1 also? I have a machine
>> which has both 1.1 and 2.0, how do I test my applicaition so that it
>> will use only 2.0. I want to test this. thanks
>>
>>
>> Juan T. Llibre wrote:
>>> re:
>>>> Will my application work on asp.net 2.0 also.
>>>
>>> Yes, unless you're calling non-existent classes.
>>>
>>> re:
>>>> Can I say asp.net 2.0 is supported automatically for the
>>>> applications which are written for asp.net 1.1
>>>
>>> You can say that ASP.NET 2.0 supports 1.1 applications,
>>> unless you are calling non-existent classes.
>>>
>>> In general, though, you should have side-by-side installs of ASP.NET
>>> 1.1 and ASP.NET 2.0, and run your applications with a specific .Net
>>> Framework for a target.
>>> Unless you want/need to have a 2.0-only machine, that is the best
>>> configuration.
>>>
>>>
>>> Juan T. Llibre, asp.net MVP
>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>> asp.net faq : http://asp.net.do/faq/
>>> foros de asp.net, en español : http://asp.net.do/foros/
>>> ===================================
>>> "abcd" <ab**@abcd.com> wrote in message
>>> news:%2****************@TK2MSFTNGP14.phx.gbl...
>>>> I have asp.net application which was tested and developed on
>>>> asp.net 1.1. WIll my application work on asp.net 2.0 also. Can I say
>>>> asp.net 2.0 is supported automatically for the applications which are
>>>> written for asp.net 1.1 thanks


Feb 15 '06 #8

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

Similar topics

9
by: J. Baute | last post by:
I'm caching data in the Application object to speed up certain pages on a website The main reason is that the retrieval of this data takes quite a while (a few seconds) and fetching the same data...
3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
20
by: Peter Oliphant | last post by:
How does one launch multiple forms in an application? Using Photoshop as an example, this application seems to be composed of many 'disjoint' forms. Yet, they all seem somewhat 'active' in...
6
by: Josef Brunner | last post by:
Hi, I published my application (VS 2005) and am now trying to install it when I get this error message. It worked before...even on a different machine. Here is the detailed description: ...
9
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... -...
3
by: asadikhan | last post by:
Hi, I have written a windows application with a GUI (let's call it MENU). I own the code for this application and have access to it. We have another application that is a third-part windows...
2
by: Michael Kalika | last post by:
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN...
0
by: Tifer | last post by:
Hello, I am building my first .Net Application. The first couple of Publish and Installs I did went fine. But after a couple of builds, I get a modal dialogue box error every time upon trying...
4
by: Dave | last post by:
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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,...

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.