I want to access to my local host from another computer on the network ! I used my pc's IP and created a inbound rule for my port on windows firewall.
this is my local host address: localhost:2523/StartUpPage.aspx
I use my host system's IP 192.168.0.101
so when I use 192.168.0.101:2523/StartUpPage.aspx
i get the HTTP 400 bad request hostname
Error
Note: my system works on the local computer with no problem!
How can I solve this problem?
Thanks in Advance!