gpt4 book ai didi

WCF HTTP 错误 404.17 - 未找到请求的内容似乎是脚本,静态文件处理程序不会提供服务

转载 作者:行者123 更新时间:2023-12-04 19:14:28 25 4
gpt4 key购买 nike

我为解决 WCF 的 404.17 问题进行了各种尝试,但都没有奏效

开发环境VS 2008 Team System,.NET Framework 3.5,OS Windows 7.0,IIS Application pool v2.0 classic。

我安装了 C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg

我使用打开 Windows 功能启用了 Windows 通信 HTTP 激活

IIS 中的处理程序映射

svc-ISAPI-2.0 *.svc 启用未指定的 IsapiModule 继承
svc-ISAPI-4.0_32bit *.svc 启用未指定的 IsapiModule 继承
svc-ISAPI-4.0_64bit *.svc 启用未指定的 IsapiModule 继承

我无法将 AppPool 更改为集成模式,因为应用程序在没有经典模式的情况下无法工作,我有 asmx Web 服务并且它们都可以访问。它的 WCF 导致问题。谁能帮我解决这个 404.17 问题

<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="Solution1.WebApp.CallMonitorServiceBehavior">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="false" />
</behavior>
<behavior name="Solution1.WebApp.Service1Behavior">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="false" />
</behavior>
</serviceBehaviors>
</behaviors>
<services>
<service behaviorConfiguration="Solution1.WebApp.CallMonitorServiceBehavior"
name="Solution1.WebApp.CallMonitorService">
<endpoint address="" binding="wsHttpBinding" contract="Solution1.WebApp.ICallMonitorService">
<identity>
<dns value="localhost" />
</identity>
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
<service behaviorConfiguration="Solution1.WebApp.Service1Behavior"
name="Solution1.WebApp.Service1">
<endpoint address="" binding="wsHttpBinding" contract="Solution1.WebApp.IService1">
<identity>
<dns value="localhost" />
</identity>
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
</services>
</system.serviceModel>

最佳答案

尝试从 Windows 功能激活 WCF 服务。转到“控制面板\程序\程序和功能”,然后单击“打开或关闭 Windows 功能”并检查 wcf 服务,如附图所示。

enter image description here

关于WCF HTTP 错误 404.17 - 未找到请求的内容似乎是脚本,静态文件处理程序不会提供服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17046854/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com