A
AZNewsh
I am sure this is a simple question but I am drawing a blank:
When developing on localhost if I do the following everything is fine:
HttpContext.Current.Response.Redirect("../this_folder/that_folder/apage.aspx")
Takes me to: http://localhost/this_folder/that_folder/apage.aspx
However on my live site there it resides in a subweb and hence there is
another folder involved in the path:
http://www.mysite.com/extrafolder/this_folder/that_folder/apage.aspx
How do I get around this?
Thanks
When developing on localhost if I do the following everything is fine:
HttpContext.Current.Response.Redirect("../this_folder/that_folder/apage.aspx")
Takes me to: http://localhost/this_folder/that_folder/apage.aspx
However on my live site there it resides in a subweb and hence there is
another folder involved in the path:
http://www.mysite.com/extrafolder/this_folder/that_folder/apage.aspx
How do I get around this?
Thanks