I have problem like this..
example :
IIS server is located in ip 10.123.123.56/mysub port 80, and this is in local network group..
but after publishing, the user can browsing through this 192.168.155.4/mysub
there is no problem in first run, but when app navigate into anothere page, IP was change into local network group 10.123.123.56/mysub this will send back to user address not found because it's out of range from public IP (because local group network)...
question is :
how to make the IP address never change aka it's always 192.168.155.4/mysub not 10.123.123.56/mysub
oh, by the way, this pc is only use 1 LAN CARD, but map it in Hub in Local Network and routing in elsewhere.
is there need any configuration in IIS ? or somethink else
sorry for my bad english...
i hope you're understand
Thx