DAL for the same Database on a New Serverhttp://forums.asp.net/t/1800748.aspx/1?DAL+for+the+same+Database+on+a+New+ServerWed, 09 May 2012 01:16:22 -040018007484968076http://forums.asp.net/p/1800748/4968076.aspx/1?DAL+for+the+same+Database+on+a+New+ServerDAL for the same Database on a New Server <p>I'm a newbie to SQL Server &amp; .Net and this question may be little stupid but I still need an answer. Please help me out.</p> <p>I've a .Net website created with DAL &amp; Presentation layers. Now, we are moving the current database we are using from it's current server to another server. So the question is does this move mean I need to recreate my DAL again for the same database on new server?</p> <p></p> 2012-05-07T02:58:17-04:004968114http://forums.asp.net/p/1800748/4968114.aspx/1?Re+DAL+for+the+same+Database+on+a+New+ServerRe: DAL for the same Database on a New Server <p>No.&nbsp; Just need to update the web.config to point to the new server.</p> 2012-05-07T03:56:52-04:004971688http://forums.asp.net/p/1800748/4971688.aspx/1?Re+DAL+for+the+same+Database+on+a+New+ServerRe: DAL for the same Database on a New Server <p></p> <blockquote><span class="icon-blockquote"></span> <h4>hoopslife</h4> <p></p> <p>No.&nbsp; Just need to update the web.config to point to the new server.</p> <p></p> </blockquote> <p></p> <p>My addition</p> <p>First I agree with hoopslife's idea:-)</p> <p>Then since you are using DAL/BLLIt seems that your connection string should be contained in the web.configso please do modification there</p> 2012-05-09T01:16:22-04:00