I'm not able to make my VS2015 Web Project visible on LAN.
I changed C:\Users\%user_name%\Documents\IISExpress\config\applicationhost.config
with
binding protocol="http" bindingInformation="*:57026:127.0.0.1"
but when I add as tutorials suggest
binding protocol="http" bindingInformation="*:57026:*
and try to start the project I get "Failed to register URL ..... acces denied"
I also added the firewall exception.
What can I do ?