Re: Cookieless session in Windows Server 2003
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 05/11/04
- Next message: Brian Conway: "Binding a Datareader to Dropdown"
- Previous message: Craig: "Re: How do you set the current row in a dataset"
- In reply to: Ben: "Cookieless session in Windows Server 2003"
- Next in thread: Ben: "RE: Cookieless session in Windows Server 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 May 2004 11:19:52 -0400
IIS is not "less intelligent" - it is "more secure." Parent Paths are
disallowed on the server you're moving to. As to how to change the links -
try a global search and replace.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Ben" <anonymous@discussions.microsoft.com> wrote in message news:79DA7771-363C-465A-A51F-E63CB5DC250D@microsoft.com... > I recently migrated an ASP.NET app from Windows 2000 to Windows Server 2003. The app makes use of cookieless sessions. It also has relative urls for images and stylesheets, and after moving it I discovered IIS 6 could no longer resolve the paths (they include the sessionID because they're relative). The same app however works fine in Windows 2000. Is there anything I can do other than make all those references absolute (change <img src="images/test.gif"> to <img src="/images/test.gif">)? > > What's changed that has caused IIS to be less intelligent about resolving those paths? > > Thanks-
- Next message: Brian Conway: "Binding a Datareader to Dropdown"
- Previous message: Craig: "Re: How do you set the current row in a dataset"
- In reply to: Ben: "Cookieless session in Windows Server 2003"
- Next in thread: Ben: "RE: Cookieless session in Windows Server 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|