C
Craig Douglas
Hi,
I have a problem with getting a redirect to work on our server.
It's worked fine on our server for months, but suddenly won't work and I
can't figure out why.
codewise, It's nothing special:
Response.Redirect("indexThankYou.htm");
instead of redirecting the browser to this page, an JavaScript-alert-style
message comes up with the text:
Cannot Find 'file://E:\wwwroot\mdc00152-learnproengine2_00\index.htm'. Make
sure the path or Internet address is correct.
(No page exists, nor was there ever any mention of it in the code)
I've examined the output with fiddler to find:
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a
href='E:\wwwroot\mdc00152-learnProEnginev2_00\index.htm'>here</a>.</h2>
</body></html>
I've checked that the aspnet client folder, and it's there and loads with a
code 200 (from fiddler)
Has anyone any ideas why this might have suddenly stopped working? Does
this sound like a cache-ing problem? The code has worked fine previously.
It would be preferable if I could get this working again without rebuilding
the application.
Thanks in advance.
Craig
I have a problem with getting a redirect to work on our server.
It's worked fine on our server for months, but suddenly won't work and I
can't figure out why.
codewise, It's nothing special:
Response.Redirect("indexThankYou.htm");
instead of redirecting the browser to this page, an JavaScript-alert-style
message comes up with the text:
Cannot Find 'file://E:\wwwroot\mdc00152-learnproengine2_00\index.htm'. Make
sure the path or Internet address is correct.
(No page exists, nor was there ever any mention of it in the code)
I've examined the output with fiddler to find:
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a
href='E:\wwwroot\mdc00152-learnProEnginev2_00\index.htm'>here</a>.</h2>
</body></html>
I've checked that the aspnet client folder, and it's there and loads with a
code 200 (from fiddler)
Has anyone any ideas why this might have suddenly stopped working? Does
this sound like a cache-ing problem? The code has worked fine previously.
It would be preferable if I could get this working again without rebuilding
the application.
Thanks in advance.
Craig