I have a middle-ware project/application that all of the in-coming and out-going requests through TCP are Add-ins.
And one of the front-side add-ins is a Self-Hosted Web Service through WCF that allows anonymous connection.

It is working properly when I run it with Debugging; I can access the Web-Service properly in my test-client application and even in a Web-browser.
However, when I'm going to run it without Debugging, I can't access the Web Service in my test application and Web-Browser.

Thanks for any help.