I have a website in aspx with c # and am having trouble making the transition between pages. I tulizando the following code;
response.redirect (“page.aspx”), where the url should be http://www.mysite.com.br / sipp / page.aspx, but the url is being passed http://www.mysite.com.br/sipp/ 2fsipp% 2f% / page.aspx. causing the page not found.
How do I fix this?
Try encoding the URL being passed to Response.Redirect as follows: