Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET session state lost!!!

Reply
Thread Tools

ASP.NET session state lost!!!

 
 
=?Utf-8?B?QVNQLkNvbmZ1c2Vk?=
Guest
Posts: n/a
 
      04-15-2004
Any ASP.NET web application I put on my web server looses session state! I tried the exact same script on two different web servers, and they work perfectly

Got any suggestions of what could be going wrong

First things first, I will tell you everything I have already checked
* I do have an ASPNET account, and I gave the account permission to the entire wwwroot folder (and subfolders
* The two IUSR_blahblahblah and IWAM_blahblahblah accounts also have access to wwwroot (and subfolders
* wwwroot has permission to execute web apps (this is where the page resides.
* I have all the latest updates installed (Windows 2000 server.
* I can take the exact same page, put it on another Windows 2000 server, and it works great
* Also, this error happens on ANY ASP.NET application/script
* This error is not language specific (happens in both VB.NET and C#
* If the page is coded in standard ASP, it works fine

Any help would be greatly appreciated.
 
Reply With Quote
 
 
 
 
Ashish
Guest
Posts: n/a
 
      04-15-2004
ASP.Confused wrote:

> Any ASP.NET web application I put on my web server looses session state! I tried the exact same script on two different web servers, and they work perfectly.
>
> Got any suggestions of what could be going wrong?
>
> First things first, I will tell you everything I have already checked:
> * I do have an ASPNET account, and I gave the account permission to the entire wwwroot folder (and subfolders)
> * The two IUSR_blahblahblah and IWAM_blahblahblah accounts also have access to wwwroot (and subfolders)
> * wwwroot has permission to execute web apps (this is where the page resides.)
> * I have all the latest updates installed (Windows 2000 server.)
> * I can take the exact same page, put it on another Windows 2000 server, and it works great.
> * Also, this error happens on ANY ASP.NET application/script.
> * This error is not language specific (happens in both VB.NET and C#)
> * If the page is coded in standard ASP, it works fine.
>
> Any help would be greatly appreciated.

whats the session state setting in the web.config file ?, if it is
StateServer then you need to run a service, if its inProc it should work

you can use aspnet_regiis utility to unregister and register aspnet dll
again

make sure your session statements are gaurded by try catch blocks...

hth
-ashish
 
Reply With Quote
 
 
 
 
Chris Botha
Guest
Posts: n/a
 
      04-15-2004
If you have an anti-virus program running on your server, disable it, and
try again.

"ASP.Confused" <> wrote in message
news:BF77A73C-6639-4ED3-B06B-...
> Any ASP.NET web application I put on my web server looses session state!

I tried the exact same script on two different web servers, and they work
perfectly.
>
> Got any suggestions of what could be going wrong?
>
> First things first, I will tell you everything I have already checked:
> * I do have an ASPNET account, and I gave the account permission

to the entire wwwroot folder (and subfolders)
> * The two IUSR_blahblahblah and IWAM_blahblahblah accounts also

have access to wwwroot (and subfolders)
> * wwwroot has permission to execute web apps (this is where the

page resides.)
> * I have all the latest updates installed (Windows 2000 server.)
> * I can take the exact same page, put it on another Windows 2000

server, and it works great.
> * Also, this error happens on ANY ASP.NET application/script.
> * This error is not language specific (happens in both VB.NET

and C#)
> * If the page is coded in standard ASP, it works fine.
>
> Any help would be greatly appreciated.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET 2.0 Session State and ASP.NET 1.1 Session State jnickfl1 ASP .Net 0 09-18-2006 03:23 PM
Unable to make the session state request to the session state server Maciek ASP .Net 0 09-15-2005 08:49 PM
Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when session state mode is 'StateServer' or 'SQLServer'. Mike Larkin ASP .Net 1 05-23-2005 12:33 PM
Unable to make the session state request to the session state server Not Liking Dot Net Today ASP .Net 0 04-21-2004 11:54 AM
unable to make the session state request to the session state server shamanthakamani ASP .Net 1 11-20-2003 04:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57