从TFS获取更新后我开始收到此错误,有人建议我查看applicationhost
中的Documents\IISExpress\config
文件,我认为这很好,因为我可以看到
<site name="EnviznServicesPlatformGlobal" id="15">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="E:\Dot Net\Timothylos\EnviznGlobalWeb\Test\LatestCode\EnviznGlobalWeb\EnviznServicesPlatformGlobal\EnviznServicesPlatformGlobal" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:1937:localhost" />
</bindings>
</site>
此处applicationPool
显示Clr4IntegratedAppPool
模式,这似乎对我来说是正确的
我想将管道管道模式更改为像此图像一样集成
但是当我点击属性窗口时,我可以看到。
我的问题是如何在VS2012中将管理流水线模式更改为集成?
答案 0 :(得分:0)
如果您正在运行asp.net网站,则可能需要R单击您的项目,然后选择“使用IIS Express”。
如果是Web应用程序,则需要进入项目的属性页,选择“ Web”选项卡,然后选择“使用本地IIS Web服务器”,然后选中“使用IIS Express”。
我遇到了一个错误(大约不使用集成管道),这种错误已通过这种方式解决。