response.redirect is defaulting to servername instead of the relative path
I have spent the past 10 days pulling my hair out over this issue. I recently had to format my production server and now I am having the following problem:
Anytime I call response.redirect, the site defaults to the name of server instead of maintaining the relative path. In other to try work around this, I have named the server a working path. However, this is causing problems with secure certificates.
For example:
If I am in the path: http://www.bobshoes.com/products/product1.aspx
and I call response.redirect, the path will change to
http://server23.hsc.com/products/product1.aspx
This is effect all of my sites and I don't understand how to fix this.
I am currently running the following:
IIS6, Windows 2003, ASP 1.x
Any help would be greatly appreciated!!!
Thanks,
Dale

