G
Guest
I have a strange occurrence on a test internal website with a control that
appears at the top of every page.
The website is on a test Windows 2000 Server running IIS with a domain name
'DARASD06'. Once the URL (below) has been entered, the user clicks a link
that takes you to a login page. This is authenticated and then uses
'returnURL' to get to the next page - a news page. It is this page and any
others from this point on that display the problem as described below...
If you log in using a lowercase URL:
http://darasd06/datamanagementsystem
Then log in with a valid username and password, the control at the top of
the subsequent pages work fine and refers to the following image source:
src="images/Top Banner/logo.gif"
However, if you log in with the following URL (note the text case):
http://darasd06/DataManagementSystem
the images cannot be found. Somehow, the control needs the URL to be
lowercase before the images in it are displayed correctly. This also occurs
if you log in using the lowercase URL and change any of the name to uppercase
and vice versa.
The html code then changes to:
src="../datamanagementsystem/images/Top Banner/logo.gif"
I have tried many combinations, even using the servers IP address directly,
but it still replicates this problem.
Any idea how I can stop this happening?
Many thanks,
Claire-Louise Patrick
appears at the top of every page.
The website is on a test Windows 2000 Server running IIS with a domain name
'DARASD06'. Once the URL (below) has been entered, the user clicks a link
that takes you to a login page. This is authenticated and then uses
'returnURL' to get to the next page - a news page. It is this page and any
others from this point on that display the problem as described below...
If you log in using a lowercase URL:
http://darasd06/datamanagementsystem
Then log in with a valid username and password, the control at the top of
the subsequent pages work fine and refers to the following image source:
src="images/Top Banner/logo.gif"
However, if you log in with the following URL (note the text case):
http://darasd06/DataManagementSystem
the images cannot be found. Somehow, the control needs the URL to be
lowercase before the images in it are displayed correctly. This also occurs
if you log in using the lowercase URL and change any of the name to uppercase
and vice versa.
The html code then changes to:
src="../datamanagementsystem/images/Top Banner/logo.gif"
I have tried many combinations, even using the servers IP address directly,
but it still replicates this problem.
Any idea how I can stop this happening?
Many thanks,
Claire-Louise Patrick