0
votes
3answers
286 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 …
0
votes
Implementing observer pattern using WCF
The absolute best way to archive in your scenario and technology would be having some kind of token between your web app / library against your web service and your controller needs to have a threa …
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 …
