To work around this problem, use either of the following
workarounds:
Do not use GPOs
Do not use GPOs to manage file security on Web servers that host
ASP.NET. If you must use GPOs on the Web servers, make sure that you do not use
the GPOs on those parts of the Web server that host ASP.NET and ASP.NET
applications.
Do not use the InProc session state mode
Do not use the InProc session state mode to store session data.
Instead, use either the StateServer session state mode or the SqlServer session
state mode to store session data.
For additional
information, click the following article number to view the article in the
Microsoft Knowledge Base:
307598�
INFO: ASP.NET state management overview