I have a website on IIS. I can access to the website with the ip address with any devices connected to the network. To increase the ease to access the website, I want to have a hostname on the website. On IIS, I have made changes on binding. And add the ip address on the file C:\Windows\System32\drivers\etc\hosts like that :
192.xxx.xxx.xxx www.test.local
When I want access to the website, it is unreachable
Thank you for any help.