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 www.mysite.com.br / sipp / page.aspx, but the url is being passed www.mysite.com.br/sipp/ 2fsipp% 2f% / page.aspx. causing the page not found.
How do I fix this?