Intercepting Response.Redirect?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to route pages through one server. The problem right now is that the remote server seems to be issueing a Response.Redirect("~/Login.aspx") I would like to intercept this call as the "~" is giving me a path that does not exist on the routing server. Any ideas? Kevin Burton rkevinburton@charter.net