.NET 1.1 AND 2.0

J

Just D.

All,

I know that I can install 1.1 AND 2.0 on same machine at the same time, I'm
working in the VS 2003 with my aspx projects and it works great even having
2.0. I'd like to install VS 2005 to migrate to 2.0, I guess that the VS2003
and the VS2005 can coexist on the same machine and work maybe not at the
same time but one by one.

The question is: we're having a production web server with our aspx projects
working under 1.1. If we install 2.0 on this server does it break anything
and the working apps will never run again? Or IIS is able now to understand
itself if this project should work under 2.0 or 1.1 and use the appropriate
version of .NET?

Since we're having several projects working on the same server under 1.1 is
it too risky to install 2.0 on this machine? Then how can we migrate from
1.1 to 2.0? The way when we migrate step by step, app by app, is the most
preferable way to go.

Any recommendation, own experience?..

Thanks,
Just D.
 
G

Gabriel Magaña

You can configure IIS to run different version of .NET on different web
sites. Do a google search for how...
 
B

Bruce Barker

1.1 and 2.0 can run side by side on the production server. for each vdir
(application), you can control the version of asp.net running or is
iaspnet_regiis. in fact most 1.1 sites will run fine under the 2.0 version
anyway.

you main risk is the actual install of 2.0. it updates mdac components, and
changes iis registry settings. be sure to read the readme first.

-- bruce (sqlwork.com)
 

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