Re: Can ASP.Net 1.1 Application Work in .Net Framework 2.0
am 10.01.2008 06:42:37 von David Wang
On Jan 9, 3:10=A0pm, "DNB" wrote:
> Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0 without
> upgrading to 2.0.
>
> The reason I am asking is that we would like to use mirroring feature of
> SQL2005 but keyword is not supported by .NET Framework
> version 1.0 or 1.1
>
> Thanks
>
> DNB
You should ask this question on an ASP.Net newsgroup.
microsoft.public.dotnet.framework.aspnet
Or the forums on:
www.asp.net
I believe it should upgrade without issues. You can easily try it out
by installing .Net Framework 2.0 side-by-side with .Net Framework 1.1
and then simply switching the version from ASP.Net 1.1 to 2.0 and see
what happens. If it doesn't work, change the version back to 1.1,
uninstall .Net Framework 2.0, and things are still fine.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: Can ASP.Net 1.1 Application Work in .Net Framework 2.0
am 10.01.2008 17:07:29 von Kristofer Gafvert
Hi,
Moste upgrades from 1.1 to 2.0 i have seen have worked flawless. But in some
cases the application have failed and the solution have been to rewrite the
code, or change default settings (security settings) of 2.0 framework.
I would recommend you to test. As David says, you can run both frameworks
side-by-side, so you can even test it on the same machine (although i prefer
a separate test machine or a virtual environment).
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
"DNB" skrev i meddelandet
news:uSTULTxUIHA.4360@TK2MSFTNGP06.phx.gbl...
> Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0 without
> upgrading to 2.0.
>
> The reason I am asking is that we would like to use mirroring feature of
> SQL2005 but keyword is not supported by .NET Framework
> version 1.0 or 1.1
>
> Thanks
>
> DNB
>
>