Bouncing back and fortch between 1.1 and 2.0

Discussion in 'ASP.NET 2.0' started by csm, Dec 15, 2005.

  1. csm

    csm

    Hi All,

    Is there any problems associated with bouncing back and forth between .NET Frameworks 1.1 and 2.0? The reason I need this is that I need to primarily stay at 1.1 to support my main application until February. It won't run under 2.0 (need to fix that at some point) but I want to start playing around with VS2005 so I need 2.0 for this. I'm wonder if there would be any consequences to staying at 1.1 most of the time but flipping periodically to 2.0 for a random hour or two here and there to test my VS2005 apps.

    Anyone have any thoughts on this?

    Thanks in advance!
    Chris
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    When you switch between framework, the potential issues are

    1) Your web application gets recycled. Some minor downtime

    2) All your custom scriptmaps will be wiped out.

    Other than that, it should not be a problem.

    However, if you just want to play w/ the technology, i suggest you do that on your local machine. It should work better this way.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page