当前位置:  开发笔记 > 编程语言 > 正文

由于applicationHost.config无效,.Net构建失败

如何解决《由于applicationHost.config无效,.Net构建失败》经验,为你挑选了0个好方法。

伙计们,

我试图使用下面的命令行运行构建,但每次都有一个提示,这会引起麻烦.我必须手动解决此问题,无法运行自动构建.

$currentScriptPath = (pwd).Path
$solution = "$($currentScriptPath)\foobar_Msi.sln"
$project = "$($currentScriptPath)\foobarSetup\foobarSetup.vdproj"
$BuildLog = "$($currentScriptPath)\buildlog.txt"
$devEnvCom = "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
$devEnvExe = "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
$PackagePath = "$($currentScriptPath)\ReleasePackage"
.
.
.
& $devEnvCom $solution /project $project /Build release /Out $BuildLog

将IIS Express设置应用于项目"Foobar.UI"的服务器URL" http:// localhost:2943 / " 时发生错误.您可能必须手动编辑applicationHost.config文件,并使您的站点的更改能够正确运行

我在文档中清除了IISAppsettings,尝试了非交互式命令行参数,更改了构建服务器applicationHost.Config文件中的绑定,但没有任何作用.

推荐阅读
喜生-Da
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有