gatlomensa
New Member
I have custom 404 page that is configured with \[code\]responseMode="ExecuteURL"\[/code\]I also have a master page where there is a search box.When search box is submitted the page is redirected to \[code\]~/Search.aspx?q=\[/code\]However if I am on the custom 404 page the redirection doesn't work.I get something like this in the url\[code\]http://localhost:49321/nothere?error=404&404%3bhttp%3a%2f%2flocalhost%3a49321%2fnothere\[/code\]\[code\]http://localhost:49321/nothere\[/code\] is the url where i tested my custom 404 pageit would work fine if response mode is set to \[code\]Redirect\[/code\], but i don't want that.anyway to solve this?