I made simple ASP.Net website, which is running well on localhost. But when I try to access it using IP address and port it not accessable and gives error,
HTTP Error 400. The request hostname is invalid.
URL using on localhost, (adding space in url due to some problem facing in SO)
http ://localhost:53039/MyPage.aspx
Url using as IP address,
http: //192.168.220.156:53039/MyPage.aspx
Regards