I'm trying to connect to the Workflow API using a Service Reference in Visual Studio 2015. This works great when I'm developing on the same domain as the workflow server. Once I try to add the service on the DMZ where the service will actually be called from, it will connect though it prompts for credentials. If I provide the credentials, I can access the service reference from Visual Studio; however, when I run the webpage, it fails to authenticate.
I have Windows Authentication and Anonymous Authentication enabled for the Workflow server on IIS:
Here is the error received when navigating to the web page:
Do I have to provide credentials in the code somehow even though Anonymous Authentication is enabled? If I have to provide credentials, has anyone done this before with the Workflow Service? I wasn't successful in following the Transport Security with Windows Authentication guide, though I think it may be what I need to do. Unfortunately I'm not a strong C# developer, so any assistance would be appreciated.
Thank you.