|
|
 |
ASP.NEt cookieless session state
date posted 1st July 2002 16:25
Hi,
Has anyone had any experience of setting up cookieless session on ASP.NET.
I have a web.config fiel that loks like this:
mode="Inproc"
cookieless="true"
timeout="20"
connectionString="server name:port number"
sqlConnectionString="sql connection string"
but when I open any .aspx file I get the error: -
Unrecognized configuration section 'sessionState'
It's as if there's a part of ASP.Net missing on the iNNERHOST server.
Can anyone shed any light on this?
TIA,
Pete
_________________________________________
P e t e r E b d o n
Professional Software Engineering Ltd
Microsoft Certified Professional
Email : [EMAIL REMOVED]
Tel : +44(0)1235-227279
Fax : +44(0)1235-227280
Mobile : +44(0)7973-178945
Web : www.pseltd.com
|
 |
|