.NET version question

.NET version question

am 23.01.2008 15:32:12 von scott

On my web server I have both .NET 1.1 and .NET 2.0 installed. I'm in the
process of moving my web services from my old server to my new server. My
web services are written in both .NET 1.1 and .NET 2.0. The thing I'm coming
accross is that my .NET 1.1 web services will not run under ASP.NET 1.1 but
will run under ASP.NET 2.0 configuration. What could cause the 1.1 services
not to run under 1.1 but run under 2.0? Is there any possible issues I may
come across in running my services under 2.0 even though they were built
using the .NET 1.1 framework?

Re: .NET version question

am 23.01.2008 15:42:09 von nomailreplies

re:
!> Is there any possible issues I may come across in running my services
!> under 2.0 even though they were built using the .NET 1.1 framework?

Unless you call obsolete or inexistent classes, they should run.




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/
======================================
"Scott" wrote in message news:OKc%23$ycXIHA.1168@TK2MSFTNGP02.phx.gbl...
> On my web server I have both .NET 1.1 and .NET 2.0 installed. I'm in the process of moving my web services from my old
> server to my new server. My web services are written in both .NET 1.1 and .NET 2.0. The thing I'm coming accross is
> that my .NET 1.1 web services will not run under ASP.NET 1.1 but will run under ASP.NET 2.0 configuration. What could
> cause the 1.1 services not to run under 1.1 but run under 2.0? Is there any possible issues I may come across in
> running my services under 2.0 even though they were built using the .NET 1.1 framework?
>
>
>

Re: .NET version question

am 23.01.2008 15:54:55 von Patrice

Will not run that is ? What is the exact behavior ? Make sure they don't use
the same application pool adn that each IIS application is mapped to the
appropriate .NET framework version.

Breaking changes are part of the documentation :

http://msdn2.microsoft.com/fr-fr/netframework/aa570326(en-us ).aspx

--
Patrice

"Scott" a écrit dans le message de news:
OKc%23$ycXIHA.1168@TK2MSFTNGP02.phx.gbl...
> On my web server I have both .NET 1.1 and .NET 2.0 installed. I'm in the
> process of moving my web services from my old server to my new server. My
> web services are written in both .NET 1.1 and .NET 2.0. The thing I'm
> coming accross is that my .NET 1.1 web services will not run under
> ASP.NET 1.1 but will run under ASP.NET 2.0 configuration. What could cause
> the 1.1 services not to run under 1.1 but run under 2.0? Is there any
> possible issues I may come across in running my services under 2.0 even
> though they were built using the .NET 1.1 framework?
>
>
>