Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0
Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0
am 10.01.2008 16:19:13 von dnb
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
Re: Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0
am 10.01.2008 16:33:55 von George Ter-Saakov
"work perfectly on .Net Framework 2.0 without upgrading to 2.0"
I believe you need to recompile it which would involve "upgrading". I do
not think that if DLL was compiled with 1.1 it will work with .NET 2.0
framework.
But the whole upgrading process is simple and takes 5 minutes usually.
George.
"DNB" wrote in message
news:OkIvow5UIHA.2464@TK2MSFTNGP04.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
>
>
Re: Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0
am 10.01.2008 16:51:52 von Aidy
You'll need vs 1.1 on the machine. It'll live happily beside 2.0.
"DNB" wrote in message
news:OkIvow5UIHA.2464@TK2MSFTNGP04.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
>
>
>
Re: Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0
am 10.01.2008 17:24:40 von nomailreplies
Why would you want it a 1.1 app to work with 2.0 ?
Install the 1.1 Framework on the server...and target your 1.1 app to use it.
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/
======================================
"DNB" wrote in message news:OkIvow5UIHA.2464@TK2MSFTNGP04.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
>
>
RE: Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0
am 10.01.2008 19:33:02 von brucebarker
in general yes. there are only a few 1.1 method signatures not supported in
2.0, but they where not commonly used.
just change your iis settings to asp.net 2.0. you will need to update the
web.config to the 2.0 syntax, otherwise that is all you will need to do.
-- bruce (sqlwork.com)
"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
>
>
>