Link to home
Start Free TrialLog in
Avatar of tcmmaxt
tcmmaxtFlag for United States of America

asked on

how did you setup Microsoft Visual SourceSafe (VSS) 2005 free download from MSDM

Expert:
I downloaded Microsoft Visual SourceSafe (VSS) 2005 from MSDN and now I would to install it where everyone on the team using VS 2005/2008 for ASP .NET development can use it to check in and check out project files. Where should I install the Visual SourceSafe program and does Visual SourceSafe (VSS) 2005 include client software that each user needs to install on their own VS program to give them the abililiy to check project files in and out. Not sure what's needed to set up this thing up. help
Avatar of daveamour
daveamour
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi
You will need to install this on a server somewhere and then you install the client part of it on each developers pc and it automatically integrates with Visual Studio.
Its really easy actually.
 
 
Avatar of tcmmaxt

ASKER

daveamour: Thank you very much. I need to get this done asap. Your comment -
"You will need to install this on a server somewhere? " Currently we put all our completed dot net asp projects on a server and each member in the group maps their Explorer drive to a directory on this server and copies and/or puts their completed work on this windows server. Is this the server where we install Microsoft Visual SourceSafe (VSS) 2005?  We want each developer to be able to check in and check out files from the VS program on their machine. Where do we get the client part of SourceSafe so we can install on each user machine. Is it bundled in the Microsoft Visual SourceSafe (VSS) 2005 software downed from MSDN. What is called? Do we have to connect  SourceSafe to our IIS server to make this work thing? Sorry I am new to this SourceSafe stuff?
SOLUTION
Avatar of jake072
jake072
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok let me dig my cd out and I'll do you a step by step....
Actually I can't do this as I already have it all installed!
Try something like this.
Access to the files is just file based share access and the database is just flat text files.
You connect to a database by specifying the path to where its installed which will see a sourcesafe.ini file.
 
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tcmmaxt

ASKER

thank you all for sharing this info with me.