response.redirect is defaulting to servername instead of the relative path

Hi Everyone,
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
[896 byte] By [dhersh] at [2007-11-20 6:57:11]
# 1 Re: response.redirect is defaulting to servername instead of the relative path
have you tried re-installing asp.net with

aspnet regiis -i ?

hth,
mcm
mcmcom at 2007-11-9 11:52:58 >