Help Deploying Site(files) on Production Server!!!http://forums.asp.net/t/987359.aspx/1?Help+Deploying+Site+files+on+Production+Server+Fri, 05 May 2006 19:14:03 -04009873591275055http://forums.asp.net/p/987359/1275055.aspx/1?Help+Deploying+Site+files+on+Production+Server+Help Deploying Site(files) on Production Server!!! <p>Hi !!</p> <p>I am reading how to use Web Deployment Project. I am Following articles:</p> <p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/web_deployment_projects.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/web_deployment_projects.asp</a></p> <p>As per the article I can see Files inside my Deploy directory. How do I copy this site to my production server?</p> <p>Please help !!</p> <p>&nbsp;</p> 2006-05-03T15:13:02-04:001276353http://forums.asp.net/p/987359/1276353.aspx/1?Re+Help+Deploying+Site+files+on+Production+Server+Re: Help Deploying Site(files) on Production Server!!! <p>No one can tell me how do I copy Deployment project file to production server? What about directory structure?</p> <p>Pls help!!</p> 2006-05-04T17:20:37-04:001277176http://forums.asp.net/p/987359/1277176.aspx/1?Re+Help+Deploying+Site+files+on+Production+Server+Re: Help Deploying Site(files) on Production Server!!! <p>Can you help explain what the file structure of your publish output directory looks like after you run the web deployment project?</p> <p>Once you generate this directory you should just be able to copy the directory as is to your production server.</p> <p>Hope this helps,</p> <p>Scott</p> 2006-05-05T11:50:16-04:001277666http://forums.asp.net/p/987359/1277666.aspx/1?Re+Help+Deploying+Site+files+on+Production+Server+Re: Help Deploying Site(files) on Production Server!!! My answer is a general one, if you go to Website -&gt; Copy Website and connect to your site either via FTP or remote (my preffered way but requires Frontpage extensions on your server), you will then be prompted with your files and an empty directory (if the remote host has no files on it) simply transfer all your files in your site to your remote space and thats it!<br> <br> I had several projects that were not copied properly when using FTP, however since using remote site option I have never had any problems and my site has been deplyoed perfectly every time.<br> <br> Hope that helps.<br> <br> <br> p.s. Website menu is on the main toolbar.<br> <br> <br> Granville<br> 2006-05-05T18:10:34-04:001277783http://forums.asp.net/p/987359/1277783.aspx/1?Re+Help+Deploying+Site+files+on+Production+Server+Re: Help Deploying Site(files) on Production Server!!! <blockquote><span class="icon-blockquote"></span> <h4>ScottGu</h4> <p>Can you help explain what the file structure of your publish output directory looks like after you run the web deployment project?</p> <p>Once you generate this directory you should just be able to copy the directory as is to your production server.</p> <p>Hope this helps,</p> <p>Scott</p> <p></p> </blockquote> <p></p> <p>I have followed article <a id="viewpost.ascx_TitleUrl" href="http://weblogs.asp.net/scottgu/archive/2005/08/23/423409.aspx"> Using IIS with VS 2005 and the new Web Project system</a></p> <p>Ok Here is the site structure: I have 2 seperate website coz&nbsp;one is non-secure website &#43; store front (Website1) and other is Secure Checkout site(using Common SSL Certificate Website2)</p> <p>On my local machine all ASP.NET proejct resides under &quot;C:\Projects\ASPNET2.0&quot;</p> <p>I have a Solution called Test with 2 websites and common directory between them:</p> <p>C:\Projects\ASPNET2.0\Test has&nbsp;common&nbsp;&nbsp;direcotries like </p> <p>images, css, EmailTemplates, scripts, MasterPages</p> <p>for 2 websites. I&nbsp;&nbsp;have mapped each Website to these directories so that I don't have to maintain 2 seperate set of files.</p> <p>Website1: C:\Projects\ASPNET2.0\Test\Website1</p> <p>Website2: C:\Projects\ASPNET2.0\Test\Website2</p> <p>1) Now, how do I copy this site on my production server using Copy Project or Web Deployment and Web Setup or FTP? Do I have to manually create site structure on production server?</p> <p>Is there a better way to manage websites? </p> <p>2) I am reading article about Web Application Project also. Where is App_Code directory? If i right click on project and say Add new ASP.NET folder, all I see is App_Data, Theme and App_Browser !!!</p> 2006-05-05T19:14:03-04:00