Automatic deployment toolshttp://forums.asp.net/t/1395644.aspx/1?Automatic+deployment+toolsTue, 17 Mar 2009 04:37:08 -040013956442999685http://forums.asp.net/p/1395644/2999685.aspx/1?Automatic+deployment+toolsAutomatic deployment tools <p>Dear Friends,</p> <p>Kindly give me the informations about automatic deployment tools for asp.net projects. Thanks.</p> 2009-03-11T13:13:03-04:003004060http://forums.asp.net/p/1395644/3004060.aspx/1?Re+Automatic+deployment+toolsRe: Automatic deployment tools <p>Hi,</p> <p>To better understand your issue, could you&nbsp;please clarify what you want</p> <p>To automatically deploy ASP.NET web application, we can create Web Setup project to create MSI to install application on target machine. If we do so, user just clicks setup.exe and use wizard to install it.</p> <p>We also can&nbsp;implement custom&nbsp;configuration using Custom Action in Web Setup project, such as creating database in target machine.</p> <p>For more information, see <a href="http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx"> http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx</a></p> <p>&nbsp;</p> <p>I look forward to receiving your test results. </p> 2009-03-13T07:19:27-04:003004668http://forums.asp.net/p/1395644/3004668.aspx/1?Re+Automatic+deployment+toolsRe: Automatic deployment tools <p>Thanks for your reply.</p> <p>My needs is to deploy the asp.net application automatically at some time interval. The automatic deployment tool has to take latest version from vss and build application and deploy it to webserver. I thing you got my point.</p> <p>&nbsp;</p> 2009-03-13T11:37:55-04:003009412http://forums.asp.net/p/1395644/3009412.aspx/1?Re+Automatic+deployment+toolsRe: Automatic deployment tools <p>Hi,</p> <p>Thanks for your response.</p> <p>In this case, you can implement automatically deploy using command line, using Visual SourceSafe Get command line (<a href="http://msdn.microsoft.com/en-us/library/661w6e3d%28VS.80%29.aspx">http://msdn.microsoft.com/en-us/library/661w6e3d%28VS.80%29.aspx</a>) to get project from VSS and use aspnet_compiler (<a href="http://msdn.microsoft.com/en-us/library/ms229863(VS.80).aspx">http://msdn.microsoft.com/en-us/library/ms229863(VS.80).aspx</a>)&nbsp;to compile it and then copy it to server.</p> <p>To execute it at some time interval, you can write windows service.</p> <p>&nbsp;</p> <p>Thanks.</p> 2009-03-16T05:50:16-04:003011874http://forums.asp.net/p/1395644/3011874.aspx/1?Re+Automatic+deployment+toolsRe: Automatic deployment tools <p>&nbsp;Hi,</p> <p>&nbsp;I am facing the same problem as kulanthaivelu. Actually, I have some projects were built up by .Net Framework 1.1. The aspnet_compiler seems not support the .Net Framework 1.1. Could you please give me some advises?</p> <p>Thanks. </p> <p>&nbsp;</p> 2009-03-17T04:37:08-04:00