切换分支出现如下提示,并且自动签出了项目文件csproj。

clipboard

修改项目文件csproj

修改前:

<UseIISExpress>true</UseIISExpress>

<IISExpressSSLPort />

<IISExpressAnonymousAuthentication />

<IISExpressWindowsAuthentication />

<IISExpressUseClassicPipelineMode />

修改后:

<UseIISExpress>true</UseIISExpress>

<IISExpressSSLPort>44301</IISExpressSSLPort>

<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>

<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>

<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>

posted on 2016-01-14 18:17  永远的麦子  阅读(842)  评论(0编辑  收藏  举报