Dynamically setting the IISUrl of a Web Application Project

后端 未结 3 1281
日久生厌
日久生厌 2021-02-07 13:13

I have a web application project that I\'d like to be able to branch and develop on a totally separate IIS site and not have to keep editing the vbproj IISUrl setting each time

3条回答
  •  没有蜡笔的小新
    2021-02-07 13:21

    I've been plagued by the same problem for several years now. The problem persists all the way from Visual Studio .NET (2003) up until now (VS 2010). I have searched for an automated solution for automatic URL renaming but without any success.

    What I've been doing to avoid this problem is branching way more and having lots of different workspaces:

    Root branch for ongoing project -> Branch for dev-team -> Branch for support and long-term code integrity (this is the most commonly used branch by me) -> My personal custom branches that have different URLs set

    I know it's not the best solution but this is the best one that I could figure out.

提交回复
热议问题