Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

Publishing using Visual Studio

I need a mechanism to deploy code to production on an IIS server.   I was looking at the publish function in Visual Studio.  I'm using VS 2010.   The publish function seems to always copy all files, and it prompts me that it will delete all files in the target location.   I want just changed files to be deployed.  Is this a limitation of VS 2010?   Do I need a later version?
ASKER CERTIFIED SOLUTION
Avatar of Randy Downs
Randy Downs
Flag of United States of America 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
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 HLRosenberger

ASKER

I was not sure just copying all the files was the way to go.  but that's what I ended up doing.  I'm using a utility called FreeFileSync, which I really like, and in my opinion me much better than SyncToy.