When I try to run the app in IIS outside VS I am getting this error:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Requested URL http://192.168.1.223:80/myApp/owin/security/keycloak/KeycloakAuthentication/callback
Physical Path D:\Projects\Keycloak\KeycloakOwinAuthentication-master\src\SampleKeycloakApp\owin\security\keycloak\KeycloakAuthentication\callback
Where myApp is the virtual folder in IIS. The sample works fine running from Visual Studio.
Any idea what I am doing wrong?
When I try to run the app in IIS outside VS I am getting this error:
HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Requested URL http://192.168.1.223:80/myApp/owin/security/keycloak/KeycloakAuthentication/callback Physical Path D:\Projects\Keycloak\KeycloakOwinAuthentication-master\src\SampleKeycloakApp\owin\security\keycloak\KeycloakAuthentication\callback
Where myApp is the virtual folder in IIS. The sample works fine running from Visual Studio. Any idea what I am doing wrong?
Thanks