.NET version question

  • Thread starter Thread starter Scott
  • Start date Start date
S

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:
!> 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/
======================================
 
Back
Top