WCF not running under IIS 6.0

前端 未结 6 2050
夕颜
夕颜 2021-02-04 03:20

Trying to get my WCF service running under IIS 6.

I have created the .svc and aspnet_isapi.dll mapping according to: http://msdn.microsoft.com/

6条回答
  •  太阳男子
    2021-02-04 03:39

    Under Internet Information Service (IIS) Manager, open the node called Web Service Extension. Make sure that ASP.NET v2.0.5.0727 is set to Allowed. I spent hours looking for different settings and found it was set to Prohibited. Just click Allow button to enable ASP.NET.

提交回复
热议问题