You may want to look into using teh labeling of versions that is available in VSS. Then you should be able to make a new branch for each Label/versions. Bondo
MrBondo
Posts
-
ASP.NET And Visual Source Safe -
What is the best way to avoid multiple submits by pressing 'Refresh' button ?I would recommend having your app redirect to another page "conformation page" once the process is done. Then if they hit refresh they'd just be refreshing the do nothing conformation page. Bondo
-
Forms Authentication Problem in ASP.NETWe are experiencing a problem with .Net web applications running on IIS 5 where we seem to lose the ability to share the same Authentication Cookie. Our .Net web applications use Forms Authentication sharing the same named Authentication Cookie. Once we log onto one of these applications we are able to transfer redirect to another application without needing to log in again. This works great for a period of time, but for unknown reasons it stops working. The transfer redirect to another application requires us to log in again as if the Authentication cookie doesn’t exist or can’t be found. We need to restart IIS and then everything works fine again – sometimes for days. Have any of you had this same problem? Thanks, MB Bondo