The problem is that IIS asks for auth data when accessed from local network and localhost itself, but it doesn't when accessed from remote.
It, instead, throws
401 - Unauthorized: Access is denied due to invalid credentials.
How can I force it to ask for credentials?
Cheers