Hello,
I’m developing a complex software. The core part of the software is web service. When the software goes production and if there is a bug in the web service, it is hard to debug. Because Visual Studio executes IISExpress and it prohibits service to remote clients.
I tried to solve this problem using Apache reverse proxy.
I installed WampServer for Apache.
- I allowed the remote access.
Continue reading Reverse Proxy Approach To IISExpress Remote Access