473,796 Members | 2,464 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Internet Explorer & Response.Redire ct

Anyone know how I can figure out the figure out the response.redire ct trail a browser goes through when I'm using response.redire ct on the server. Right now Internet Explorer just automatically redirects, I need to figure out, on the client, the pages it is being told to go to. Yes I know I can look in the address bar, but say the Response object is redirecting 3 or 4 pages per Request. I need this for a debugging issue.

Thanks
--Michael
Nov 18 '05 #1
3 1997
If you are doing more than one Response.Redire ct, you are not using it
correctly, from a .NET perspective.

The only way to debug is to do it locally, and slap breakpoints in each
potentially used page. From the client side, you can only, realistically,
track one page at a time, although you can get the history for the last few
pages (Response.Redir ect leaves footprints) by going back in history, in
JavaScript, on the final page.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"Raterus" <ra*****@spam.o rg> wrote in message
news:Ow******** ******@TK2MSFTN GP11.phx.gbl...
Anyone know how I can figure out the figure out the response.redire ct trail
a browser goes through when I'm using response.redire ct on the server.
Right now Internet Explorer just automatically redirects, I need to figure
out, on the client, the pages it is being told to go to. Yes I know I can
look in the address bar, but say the Response object is redirecting 3 or 4
pages per Request. I need this for a debugging issue.

Thanks
--Michael
Nov 18 '05 #2
install netmon and run a trace.

-- bruce (sqlwork.com)
"Raterus" <ra*****@spam.o rg> wrote in message
news:Ow******** ******@TK2MSFTN GP11.phx.gbl...
Anyone know how I can figure out the figure out the response.redire ct trail
a browser goes through when I'm using response.redire ct on the server.
Right now Internet Explorer just automatically redirects, I need to figure
out, on the client, the pages it is being told to go to. Yes I know I can
look in the address bar, but say the Response object is redirecting 3 or 4
pages per Request. I need this for a debugging issue.

Thanks
--Michael
Nov 18 '05 #3
"Raterus" <ra*****@spam.o rg> wrote in message
news:Ow******** ******@TK2MSFTN GP11.phx.gbl...
Anyone know how I can figure out the figure out the response.redire ct trail
a browser goes through when I'm using response.redire ct on the server.
Right now Internet Explorer just automatically redirects, I need to figure
out, on the client, the pages it is being told to go to. Yes I know I can
look in the address bar, but say the Response object is redirecting 3 or 4
pages per Request. I need this for a debugging issue.

Response.Redire ct changes the headers in the response from the server to the
client. It makes the status be "302 - Found", and it adds a Location: header
with the URL you specified in the Response.Redire ct.

The client sees this response and requests the URL specified in the Location
header. That's all.
--
John Saunders
johnwsaundersii i at hotmail
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
932
by: Mark | last post by:
We've run into a problem using IE on Mac with Internet Explorer. If you use Response.Redirect (a server side redirect) about 9 - 10 times, with one per ..aspx page, the postbacks on our ASP.NET server controls fail to execute. We just get a spinning wheel. The problem occurs on both IIS 5.0 and 6.0 running on Windows 2000 Server and Windows 2003 Server. I've had an offline discussion with an entirely different company that identified...
0
1585
by: Dave | last post by:
Is this possible? Here is my current code (which opens the pdf in Internet Explorer) Dim crReportDocument As CrystalDecisions.CrystalReports.Engine.ReportDocument Dim crExportOptions As CrystalDecisions.shared.ExportOptions Dim crDiskFileDestinationOptions As CrystalDecisions.shared.DiskFileDestinationOptions Dim Fname As String crReportDocument = New
1
2236
by: JohnathanKong | last post by:
Hello, I hope this is the right place to post, but anyways, here goes. I current have a forum, snitz, in place, but am having an IE specific problem. Basically what happens is, I have a page that drops a cookie which logs in the user. This all works fine, but once the cookie is dropped ALL post method data from forms become empty. Get works, and if I post data to a different site it works, so the break down is reading the data from the post....
2
3157
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error message as in alert box as " Internet Explorer cannot open the Internet site http://google.citycarrentals.com.au/viewalllocations.php . Operation aborted". It is working in Mozilla . Here i mentioned my code . I am facing this problem several...
0
9528
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10456
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10230
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10012
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5442
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5575
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2926
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.