.net core app on IIS using azure application proxy gets Forbidden 403 error externally

57 views Asked by At

I have .net core app running on an internally hosted windows server running IIS 10.

The site works fine internally however I am trying to get it to work externally and cannot get past the forbidden message "Forbidden: this corporate app can't be accessed" We enable it externally using azure enterprise application - application proxy.

On the same IIS web server we also host several .net mvc sites and they work fine externally and internally. The application proxy settings are all the same, the permissions are all the same.

Does .net core need some additional configuration to work with the azure application proxy?

0

There are 0 answers