Today in my work , i faced a issue like i am not able to navigate to a URL .
while installing a application it asked for the server name. I given the server name like "testserver" where the required web application sever is running.
when i launch the application it try to navigate to URL "https://testserver/admin".
here "testserver" is the remote machine name where the web server is running.
but i got the error message below "Navigation to webpage was cancelled".
To resolve i went to C:\Windows\System32\drivers\etc where the application i am trying to open is located.
Opened the Host file using notepad.
Added the line
11.9.96.96 test server
IP<space>server-name
Above IP is just for example
Saved the file and relaunched the application. Now i am able to navigate to the URL "https://testserver/admin".
Comments