asp.net how to get Response.Redirect url
When debugging, how to check what 开发者_JAVA技巧has been set by Response.Redirect in ASP.NET 4.0 web application? Please advise, thanks.
You could use Fiddler to watch the redirect. It will show you exactly what the browser is getting from the server.
http://www.fiddler2.com/fiddler2/
精彩评论