Visual Studio Copy Project

前端 未结 12 762
暗喜
暗喜 2020-12-04 07:02

I would like to make a copy of my project. I would rather not start doing it from scratch by adding files and references, etc. Please note that I don\'t mean copy for deploy

12条回答
  •  天命终不由人
    2020-12-04 07:49

    After trying above solutions & creating copy for MVC projects

    For MVC projects please update the port numbers in .csproj file, you can take help of iis applicationhost.config to check the port numbers. Same port numbers will cause assembly loading issue in IIS.

提交回复
热议问题