2011-07-11 16 views
1

私は7.5 IISで.SVCファイルを開くしようとすると、今まで私は404を取得していますからを、ウェブの設定から私のsystem.serviceModelは以下の通りです:WCF SVC未登録IIS

<system.serviceModel> 

    <bindings> 
     <wsHttpBinding> 
     <binding name="MyBinding"> 
      <security mode="Transport"> 
      <transport clientCredentialType="Windows" /> 
      </security> 
     </binding> 
     </wsHttpBinding> 
    </bindings> 

    <behaviors> 
     <serviceBehaviors> 
     <behavior name="ServiceBehavior"> 
      <!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment --> 
      <serviceMetadata httpsGetEnabled="true" /> 
      <!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information --> 
      <serviceDebug includeExceptionDetailInFaults="true" /> 
     </behavior> 
     </serviceBehaviors> 
    </behaviors> 

    <services> 
     <service behaviorConfiguration="ServiceBehavior" name="Gsfa.Gsfbs.Integration.Services.MemberIntegrationService"> 
     <endpoint address="https://gsfdevmatthewc/MemberIntegrationService.svc" binding="wsHttpBinding" bindingConfiguration="MyBinding" contract="Gsfa.Gsfbs.Integration.Contracts.IMemberIntegrationService" /> 
     </service> 
    </services> 


    </system.serviceModel> 
+0

あなたはどのアドレスを使用していますか?エンドポイントで指定したアドレスは使用されません。あなたのホスティングサイトのアドレスは重要です。 –

+0

私はもう少し掘り下げを行い、.svcがiisのハンドラマッピングから脱落したことを告げる。 – Korich

答えて

0

[OK]を私は、私は必要それを解​​決iisのすべてを再登録してください。管理者

  • タイプとして

    1. オープンCMD以下:

      C:\ WINDOWS \ Microsoft.NET \ Framework64 \ v4.0.30319 \ Aspnet_regiis.exeに-i

    2. があなたの完了。

  • 関連する問題