BalasubramanianK wrote:
1. Getting latest version of my solution
That depends on the type of source-control that you're using. I described the steps to download source from sourcesafe here[^], as part of a daily build script. There are similar options for other source-control systems like tortoise and SVN. Simply google the productname and "get source commandline".
BalasubramanianK wrote:
2. Adding web deployment project and adding project outputs there
You don't point the project output there, you COPY the resulting assemblies. Don't mess around with settings if you don't have to.
BalasubramanianK wrote:
3. Building and deploying in a server..
You can generally deploy using XCOPY, using REGASM for assemblies and REGSVR32 for COM-server that need be registered. Building can be done using the IDE and some commmand-line options, but it would be recommendable to use MSBuild[^], as suggested by PIEBald.
Bastard Programmer from Hell :suss: