Ask a Question related to ASP.NET General, Design and Development.
-
JV #1
Cookieless Sessions...
Hi,
The URL I'm trying to access
[url]http://SERVER/VirtualDir/app/test.aspx[/url]
This page has a lot of links and also images and CSS
from the following folder structure.
[url]http://SERVER/VirtualDir/images/image.gif[/url]
[url]http://SERVER/VirtualDir/styles/Style.css[/url]
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
JV Guest
-
cookieless session? Who has it working?
I experimented/researched cookieless sessions and tried it on my website. I expected the switch to cookieless sessions to be transparent but this... -
Ending sessions when running in cookieless mode?
Hi. I have an app that is running cookieless. (ie <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"... -
Cookieless ASP Sessions
Hi, I really need to use cookieless ASP sessions with ASP 3 (IIS5) Can I find out the session ID from the first page, then post it or send it... -
Cookieless session problems
Hello, we are having problems displaying non-aspx files (images, style sheets) since we have upgraded to the 1.1 framework when using a... -
uirapuru #2
Cookieless Sessions...
Hi guys!
Yes... 8-(
I'm having the same problems as you guys.
Scott, following your "directions" I put a .aspx page
inside my images' folder and it works fine.
I guess you're right... IIS do NOT think.
Please, keep me in the loop about a solution for this
problem.
I'll keep you guys informed if I find one.
Thx
the "Cookieless=true">-----Original Message-----
>Hi,
>
>
> The URL I'm trying to access
>[url]http://SERVER/VirtualDir/app/test.aspx[/url]
>This page has a lot of links and also images and CSS
>from the following folder structure.
>
>[url]http://SERVER/VirtualDir/images/image.gif[/url]
>[url]http://SERVER/VirtualDir/styles/Style.css[/url]
>
> I refer to images from test.aspx in the page as IMG
>SRC=../images/test.gif
>
> I am trying to test my application withfile.>parameter in the Session Configuration in the Web.Configdocument when>
> I am having some issues with Images/CSS files in myable to get the>I turn on the CookieLess=true. They don't seem to be>image based on the relative location.
>
> Is there any fix for this?
>
>
>Thanks in Advance,
>JV
>.
>uirapuru Guest
-
levous #3
Re: Cookieless Sessions...
problems displaying images, style sheets using cookieless session
(sessionID in the url) - cookieless session broken images.
Finally... I found the answer! at least in my case.
Hope this helps!
Check your isapi filters in iis. Make sure ASP.net is included and
running. Here's how.
open internet services manager
right clik on the server node and choose properties
master properties <edit>
(tab) isapi flters
look for an entry "ASP.NET_x.xx.x.x.x"
if it is not there, this is your problem!
<add> ASP.Net
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_ filter.dll
the above value is for 1.0.3705
you should use whichever version you are running.
restart iis
[email]j_v@lycos.com[/email] (JV) wrote in message news:<301e96ce.0307221417.77e9e20c@posting.google. com>...> Hi,
>
>
> The URL I'm trying to access
> [url]http://SERVER/VirtualDir/app/test.aspx[/url]
> This page has a lot of links and also images and CSS
> from the following folder structure.
>
> [url]http://SERVER/VirtualDir/images/image.gif[/url]
> [url]http://SERVER/VirtualDir/styles/Style.css[/url]
>
> 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,
> JVlevous Guest



Reply With Quote

