".NET Developer" <Developer@Developer.net> wrote in message
news:eXNdIdcyDHA.1680@TK2MSFTNGP12.phx.gbl...[color=blue]
> Currently all of our Dev/Test/Production servers have .NET Framework 1.0[/color]
on[color=blue]
> WIN 2000 servers. We use VS.NET 2002 for development. We have various
> applications such as InterNet app, IntraNet app, Windows service,
> Executables, Webservices etc written in C# . We are planning to migrate to
> .NET Framework 1.1 and VS.NET 2003. But the OS is going to remain the same
> WIN 2000.
>
> What are the things I need to take care or know about?[/color]
Run on a test machine first for older apps.
[color=blue]
> Any potential issues I should be aware of?[/color]
1. Some breaking changes, primarily in XML namespace.
[color=blue]
> Is it possible to migrate few applications at a time even though many of
> these applications run on a single server? (Dev/Test/Prod servers are
> different but internet apps run on 1 server, intranet apps on a server,
> services on a server)[/color]
Yes, as you can configure, but do it this way:
http://msdn.microsoft.com/library/en...tml/vs03f6.asp
When you run 1.1 install, it will upgrade all apps. Go back and downgrade
all to 1.0. When you get one certified in 1.1, use the article to ONLY move
that app to 1.1.
[color=blue]
> Can the Dev machine have both 1.0/1.1 and VS 2002/VS 2003?[/color]
Yes, all devs did at my last job.
[color=blue]
> During the migration process if any production support issues come up we
> should be able to use 1.0, VS 2002 and apply the patch. Is this possible?[/color]
Yes, as long as you make sure the app is 1.0 on the production server (using
the configuration article above if not).
[color=blue]
> What precautions I should take at the earlier stages?[/color]
1. Install on dev servers first and work out kinks. Any apps with 1.0 >> 1.1
compat problems should be grounded 1.0 using the aspnet_regiis -sn
2. Move to test and do the same process
Then, by the time you get to production everything is fine.
[color=blue]
> Any this else I should be aware of?[/color]
I migrated quite a few 1.0 apps to 1.1 and only had one that had any
problems. It heavily used XML, which was the source of the problem. While I
advise caution above, you will unlikely find many problems simply
recompiling in 1.1 and deploying.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************** ********************
Think Outside the Box!
************************************************** ********************