I have 2 WCF serivces hosted in IIS server.
Here is web.config
N.B. If anyone facing this problem while viewing WCF service in browser during development using Visual Studio, this one is for them.
I was facing this problem when trying to view my .svc
service from VS after assigning a value to endpoint address
attribute in Web.config
file, but if I don't assign the endpoint address
attribute a value then it works perfectly.