C
ChaunceyMo
Hi all, some help would be much appreciated on this issue:
We have a fairly large asp.net app which until now has been using
response.redirect without issue to move between pages. Unfortunately,
we need to expand the application to run on Mac Internet Explorer, and
Mac IE seems to have some unresolvable problems with response.redirect.
We've started using server.transfer instead, and it seems to be
working totally fine on the Mac we're testing it on. However, when I
try it locally on my PC it exhibits very strange behavior.
I click a button on Page A that activates a server.transfer to Page B
in the same folder. I can step through the code and see that Page B is
being instantiated, and it runs through Page B's Page_Load without
issue, but after that nothing happens. The browser is still pointing
to Page A. And that's it. Even though Page B is definitely getting
invoked the actual transfer never seems to happen.
We've futzed with browser settings to no avail. Does anyone have an
idea of what might be causing this?
Thanks,
Mo
We have a fairly large asp.net app which until now has been using
response.redirect without issue to move between pages. Unfortunately,
we need to expand the application to run on Mac Internet Explorer, and
Mac IE seems to have some unresolvable problems with response.redirect.
We've started using server.transfer instead, and it seems to be
working totally fine on the Mac we're testing it on. However, when I
try it locally on my PC it exhibits very strange behavior.
I click a button on Page A that activates a server.transfer to Page B
in the same folder. I can step through the code and see that Page B is
being instantiated, and it runs through Page B's Page_Load without
issue, but after that nothing happens. The browser is still pointing
to Page A. And that's it. Even though Page B is definitely getting
invoked the actual transfer never seems to happen.
We've futzed with browser settings to no avail. Does anyone have an
idea of what might be causing this?
Thanks,
Mo