deployment issuehttp://forums.asp.net/t/1782724.aspx/1?deployment+issueTue, 20 Mar 2012 15:09:52 -040017827244889576http://forums.asp.net/p/1782724/4889576.aspx/1?deployment+issuedeployment issue <p>I am wondering if I am going to have a deployment problem with the code I setup.</p> <p>I have a C#. web form asp.net 2010 application that I added some web pages to. The user selects my new web pages off of the same main from the web site.</p> <p>There is some data access code that I decided to use that is in a separate 'project folder'&nbsp; than the 'project folder' that I am using. Since the code&nbsp; I am using is in separate project folders, I am thinking the this may affect the way I setup my code. Maybe I need to not reuse the code in the other 'proejct' folder and put the code into my 'proejct folder'.</p> <p>I know the code has 3 different deployment setup? Can&nbsp; you tell me what I need to look at to determine if I have a deployment problem?</p> <p>&nbsp;</p> 2012-03-20T13:16:22-04:004889586http://forums.asp.net/p/1782724/4889586.aspx/1?Re+deployment+issueRe: deployment issue <p></p> <blockquote><span class="icon-blockquote"></span> <h4>wendy elizabeth</h4> <p></p> <p>There is some data access code that I decided to use that is in a separate 'project folder'&nbsp; than the 'project folder' that I am using. Since the code&nbsp; I am using is in separate project folders, I am thinking the this may affect the way I setup my code. Maybe I need to not reuse the code in the other 'proejct' folder and put the code into my 'proejct folder'.</p> <p></p> </blockquote> <p></p> <p>you can keep the data access code in separate project... mostly that is how big chunk reusable components are manged (in the form of separate project).</p> <p>only, whie adding reference of this separate project, in u r web app, make sure u add reference using project file and not simply compiled dll. this will make sure that whatever changes u do in this separate project and once built, will reflect in u r web app project...</p> <p>considering this separate project is class library kind of project, while deploying u just have to deploy the corrosponding binaries... there should not be any issue</p> <p>hope this helps...</p> 2012-03-20T13:21:46-04:004889617http://forums.asp.net/p/1782724/4889617.aspx/1?Re+deployment+issueRe: deployment issue <p>So you are saying that I should just add a reference to the other proejct folder and I will not have a problem?</p> 2012-03-20T13:32:41-04:004889811http://forums.asp.net/p/1782724/4889811.aspx/1?Re+deployment+issueRe: deployment issue <p></p> <blockquote><span class="icon-blockquote"></span> <h4>wendy elizabeth</h4> <p></p> <p>So you are saying that I should just add a reference to the other proejct folder and I will not have a problem?</p> <p></p> </blockquote> <p></p> <p>Yes.</p> <p>why do u think there is a problem? what problem do u anticipate</p> 2012-03-20T15:09:52-04:00