Supporting Multiple Versions

Kane Jeeves

Active member
Joined
May 17, 2006
Messages
44
Programming Experience
5-10
Just wondering how folks support multiple versions of their asp.net web apps, especially for testing. We have a single stage/test web server. We have V1 of an app in production and are user testing V2 on the stage server. If we find a bug in V1, make a fix, and want to test before putting into production, where would you put the fix for V1 user testing on the stage server? Would you create an entirely new web app/virtual dir? I don't want to interfere with V2 user testing so I can't just overlay the V1 fix.

Thanks!

Kane
 
Back
Top