asp.net web deployment
- by CliffC
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