|
Browse by Tags
All Tags » Source Control Management » VB6 Migration ( RSS)
-
|
If you have your ASP.NET application for example in c:\inetpub\wwwroot\WebApplication1 and you want to programmatically get that path just use something like: string AppPath = Request.PhysicalApplicationPath;
|
-
|
I had to access an old VSS database and nobody remember any password or the admin password. The tool from this page http://not42.com/2005/06/16/visual-source-safe-admin-password-reset This was a lifesaver!
|
-
|
MS VSS (Visual SourceSafe) is not really my preferred Source Control application, but sometimes in your company that is what is available and you need to used it to have at least some versioning of the code. But haven't you had a situation where last...
|
|
|
|