0

I hosted a simple wcf service in IIS and I am able to access it from the IIS server machine without any issues. But, when I access it from any other machine I get the error: "Server Error in '/' Application.The resource cannot be found." I put an aspx file in the same location as that of the svc file and is accessible from all the machines; to rule out the connectivity problems. Please throw your thoughts on this.

Rahees
  • 3
  • 1
  • 3

1 Answers1

-1

It can be deployment or configuration issue. It can related to MIME type. So plese re check your deployement process.

Refer the below links:

  1. Host WCF Service on IIS 7 & Windows Server 2008
  2. Setting up a netTcpBinding enabled WCF Service in IIS 7
Rajesh
  • 7,766
  • 5
  • 22
  • 35
Vivek
  • 570
  • 8
  • 21