HTTP Error 404.3-Not Found in IIS 7.5

后端 未结 4 566
天命终不由人
天命终不由人 2020-12-04 15:02

I\'m using IIS 7.5 on Windows Server 2008 R2 x64 Enterprise Edition. In the project we have developed with ASP.NET 4.0 we used WCF Service. But it doesn\'t run over domain w

4条回答
  •  半阙折子戏
    2020-12-04 15:50

    I was having trouble accessing wcf service hosted locally in IIS. Running aspnet_regiis.exe -i wasn't working.

    However, I fortunately came across the following:

    Rahul's blog

    which informs that servicemodelreg also needs to be run:

    Run Visual Studio 2008 Command Prompt as “Administrator”. Navigate to C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation. Run this command servicemodelreg –i.

提交回复
热议问题