Search Results

0
votes
3answers
288 views

How to overwrite Response.Redirect to prevent port coming with it

Hi, I have a scenario that my load balancer translates port 80 from outside into port 801 which is local. And When it comes to server, server obviously sees port 801 and in Response.Redirec …
1
vote

How to overwrite Response.Redirect to prevent port coming with it

Ok, I got the answer myself. I hope this solution will be useful for others too. Well, the answer is within the web.config. Under <system.web> <httpRuntime …