J
JV
Hi,
The URL I'm trying to access
http://SERVER/VirtualDir/app/test.aspx
This page has a lot of links and also images and CSS
from the following folder structure.
http://SERVER/VirtualDir/images/image.gif
http://SERVER/VirtualDir/styles/Style.css
I refer to images from test.aspx in the page as IMG
SRC=../images/test.gif
I am trying to test my application with the "Cookieless=true"
parameter in the Session Configuration in the Web.Config file.
I am having some issues with Images/CSS files in my document when
I turn on the CookieLess=true. They don't seem to be able to get the
image based on the relative location.
Is there any fix for this?
Thanks in Advance,
JV
The URL I'm trying to access
http://SERVER/VirtualDir/app/test.aspx
This page has a lot of links and also images and CSS
from the following folder structure.
http://SERVER/VirtualDir/images/image.gif
http://SERVER/VirtualDir/styles/Style.css
I refer to images from test.aspx in the page as IMG
SRC=../images/test.gif
I am trying to test my application with the "Cookieless=true"
parameter in the Session Configuration in the Web.Config file.
I am having some issues with Images/CSS files in my document when
I turn on the CookieLess=true. They don't seem to be able to get the
image based on the relative location.
Is there any fix for this?
Thanks in Advance,
JV