.NET version question

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?
 
J

Juan T. Llibre

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/
======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top