I wondered if anyone had any ideas on the following:
I have an ASP.Net web application which when the application is running on
most servers, the web site root is
appended to hyperlinks thus '/xxx.aspx' become '
However, on our live system
'/xxx.aspx'
becomes:
'/xxx.aspx'
and hence the web page is not found. I am sure it is the webserver setup as
the deployed application is identical on all servers, but I have checked
through the settings and cannot see any difference.
I have checked the web.Config and both include
<httpRuntime useFullyQualifiedRedirectUrl="true"/>
Hope someone can help
CHris D.
I have an ASP.Net web application which when the application is running on
most servers, the web site root is
appended to hyperlinks thus '/xxx.aspx' become '
However, on our live system
'/xxx.aspx'
becomes:
'/xxx.aspx'
and hence the web page is not found. I am sure it is the webserver setup as
the deployed application is identical on all servers, but I have checked
through the settings and cannot see any difference.
I have checked the web.Config and both include
<httpRuntime useFullyQualifiedRedirectUrl="true"/>
Hope someone can help
CHris D.