I've been doing a bit of reading about deployment. Will the X-Copy method of deployment not work for this then? That is, just copying all the local files up onto the server and reconfiguring the web.config file (obviously with all the necessary DB's as
well). Is there some special requirement for deploying the .dll's? Do I necessarily need to build a deployment project? (I have no problem doing so if that's what's needed, I just don't know if that is what is needed).
Berris
Member
67 Points
41 Posts
Re: Use and Deployment of LINQtoSQL
Sep 29, 2010 08:43 AM|LINK
Hi All;
I've been doing a bit of reading about deployment. Will the X-Copy method of deployment not work for this then? That is, just copying all the local files up onto the server and reconfiguring the web.config file (obviously with all the necessary DB's as well). Is there some special requirement for deploying the .dll's? Do I necessarily need to build a deployment project? (I have no problem doing so if that's what's needed, I just don't know if that is what is needed).
Thanks...