I'm trying redirect to url using Response.Redirect(url) in C#.
For example, Actually I'm browsing in http://www.mysite.abc:8095/app/page.aspx
And In a Page_Load I have a Response.Redirect ("../ptd/page2.aspx")
After this event, the browser has http://www.mysite.abc/ptd/page2.aspx (without the port)
do someone know about this?