I was provided with a Live IP from my support http://201.121.152.168:68/
something like http://201.121.152.168:68/
. Now, under normal conditions, you think this is a port. However, when I do Request.Host, I get 201.121.152.168
, and when I do Request.Port, I get 80
. So where does number 68 go? He does not go to either the Master or the port. That's why my whole application crashes. Can anyone suggest what is going wrong and how can I fix it?
What am I missing here?
Update: If I make request.Headers["Host"].ToString()
, I get the full host with ie 201.121.152.168:68 port
Jaggu source share