【问题标题】:This operation requires IIS integrated pipeline mode此操作需要 IIS 集成管道模式
【发布时间】:2018-07-30 12:13:00
【问题描述】:

从 TFS 获取更新后,我开始收到此错误,有人建议我检查 Documents\IISExpress\config 中的 applicationhost 文件,我认为这很好,因为我可以看到

<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 中将托管管道模式更改为集成?

【问题讨论】:

    标签: visual-studio-2012


    【解决方案1】:

    如果您正在运行一个 asp.net 网站,您可能需要右击您的项目并选择“使用 IIS Express”。

    如果它是一个 Web 应用程序,您需要进入项目的属性页面,选择 Web 选项卡,然后选择“使用本地 IIS Web 服务器”并选中“使用 IIS Express”。

    我遇到了一个错误(关于不使用集成管道),以这种方式解决了。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2010-09-16
      • 2023-03-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多