asp.net - When I Branch from Trunk I need to create a new Virtual Directory. Anyway around this? -


the trunk of app points

<iisurl>http:///localhost/myapp/</iisurl> 

whenever create new branch, end having edit myapp.csproj change target url

<iisurl>http:///localhost/myappbranchname/</iisurl> 

is there way don't need this? reason number of branches starting add , there's lot of virtual directories in iis. suppose use asp.net dev server, solution configured use iis, i'd prefer keep using that.

what delete virtual directory trunk - manual task , bit of pain gets job done , don't have worry breaking colleagues environments after merge trunk. vs prompt create iis vd when open branch solution.

so have small manual task , 1 virtual directory @ time.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -