G
Guest
A customer of ours using .NET 2.0 on Win2003 is seeing relative URLs passed
to Response.Redirect() being converted to absolute URLs in the Location
header. For example '/test.aspx' becomes
'http://www.myserver.com/test.aspx'. We're not able to reproduce this on our
machines. Does anyone know of a setting or configuration that would cause
this behavior in Response.Redirect()?
Thanks,
Paul
to Response.Redirect() being converted to absolute URLs in the Location
header. For example '/test.aspx' becomes
'http://www.myserver.com/test.aspx'. We're not able to reproduce this on our
machines. Does anyone know of a setting or configuration that would cause
this behavior in Response.Redirect()?
Thanks,
Paul