Hi,
Thanks for your response.
I suggest you use compilation for deployment, where a target output directory is specified. With this, you can copy compiled result to server.
After compiling, there is not source code and the dll will be generated in Bin folder.
Thanks.