All,
I created a Windows Service and installed it on Development Server. To move to production, should i have to copy the code or just move the assembly/exe?. In the project i created in Developement there are configuration files for connectivity to Db.
Regards
Janet
StevenPo (MSFT) replied: Janet - you can perform the deployment in multiple ways. You should not need to deploy the source code, but you might need to write a simple installer. For more information, you could search for "Deploy Windows Service" or post in one of the MSDN forums for more information.