Hi, Has anyone upgraded an existing ASP server to support both new .NET applications and keep "legacy" ASP applications running as is? Is it as simple as installing the .NET framework and then copying over source for the .NET applications? Please let me know
what to be aware of or watch out for! Any suggestions and/or experiences on this subject would be helpful! Best Regards, Jane
We have both running parallel in production and haven't had any problems. (The servers have been this way for over a year.) The only development issue is that ASP and ASP.NET don't share Session state. I'm not aware of anything else that could cause you problems.
jrokita
Member
236 Points
54 Posts
Deploying a new .NET application to ASP production machine
Aug 04, 2003 05:48 PM|LINK
stiletto
All-Star
16995 Points
3304 Posts
Re: Deploying a new .NET application to ASP production machine
Aug 05, 2003 03:20 PM|LINK
jrokita
Member
236 Points
54 Posts
Re: Deploying a new .NET application to ASP production machine
Aug 05, 2003 10:36 PM|LINK