vs2015 工程中 Web.Release.config和Web.Debug.config文件无效的处理办法

在.csproj文件中添加以下内容:

<Target Name="BeforeBuild">
<TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
</Target>

posted @ 2017-02-23 14:48  白身  阅读(867)  评论(0编辑  收藏  举报