Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
440 Points
162 Posts
Sep 03, 2009 02:11 PM|LINK
Very strange.
1. Try with a clean build
if not succeeded can you try to get the redirect path to a variable and user it in redirect and see what will happen
redirectPath = @"yourPath";
Response.Redirect(redirectPath);
I have a funny feeling that this has soemthing to do with /. So have @ infront of the variable.
garuka
Member
440 Points
162 Posts
Re: Response.Redirect to http page returns The page cannot be found
Sep 03, 2009 02:11 PM|LINK
Very strange.
1. Try with a clean build
if not succeeded can you try to get the redirect path to a variable and user it in redirect and see what will happen
redirectPath = @"yourPath";
Response.Redirect(redirectPath);
I have a funny feeling that this has soemthing to do with /. So have @ infront of the variable.
/Garuka
_____________________________________
Please Mark as answer if it helps you