asp.net web deployment

Posted by CliffC on Stack Overflow See other posts from Stack Overflow or by CliffC
Published on 2010-06-07T11:23:54Z Indexed on 2010/06/08 0:52 UTC
Read the original article Hit count: 397

Filed under:
|
|

i have successful created asp.net web deployment project under visual studio 2008 and everything works fine.

However there is a new requirement from my user where they want to browse the location to install the web application instead of using the default install location. Is there anyway to achieve this ? or do i need to use some third party deployment tools?

i have tried the sample transformation file on http://www.codeproject.com/KB/install/ChangeVDirWebSetupProject.aspx?fid=295594&fr=1&df=90&mpp=25&noise=3&sort=Position&view=Quick#xx0xx

but it only seems to work under vs2005

thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web-development