There was no endpoint listening at (url) that could accept the message There was no endpoint listening at (url) that could accept the message asp.net asp.net

There was no endpoint listening at (url) that could accept the message


go to webconfig page of your site, look for the tag endpoint, and check the port in the address attribute, maybe there was a change in the port number


Another case I just had - when the request size is bigger than the request size set in IIS as a limit, then you can get that error too.

Check the IIS request limit and increase it if it's lower than you need.Here is how you can check and change the IIS request limit:

  1. Open the IIS
  2. Click your site and/or your mapped application
  3. Click on Feature view and click Request Filtering
  4. Click - Edit Feature Settings.

Edit Feature Settings

I just found also another thread in stackIIS 7.5 hosted WCF service throws EndpointNotFoundException with 404 only for large requests


An another possible case is make sure that you have installed WCF Activation feature. Go to Server Manager > Features > Add Features

enter image description here