I installed the visual web developer 2005 kit from microsoft.
Install succeeded:
- framework 2.0....
- MSDE 2000
- Visual WebDeveloper2005
ASP.NET 2.0 is running, but... when i try to access the webadmin
module
e.g. by going http://localhost/sitename/webadmin.axd
there is an error saying that:
"Unable to serialize the session state. In 'StateServer' and
'SQLServer' mode, ASP.NET will serialize the session state objects,
and as a result non-serializable objects or MarshalByRef objects are
not permitted. The same restriction applies if similar serialization
is done by the custom session state store in 'Custom' mode."
Is there any compatibility issue with serialization in dotnet 2.0?
my system is as follows:
- windows xp pro version 2002 ( sp1 )
- dotnet framework 2.0.40607 Beta
- Visual Web Developer 2005 Beta (preview)
- MSDE 2000 (local)-instance with sa and set password
(not downloaded sqlserver express 2005, since to big/time went by)
and nothing else. It's a clean install.
I issued 'aspnet_regiis -i' and 'aspnet_regsql -ssadd'.
I have not changed anything after install completed.
Please give hints and checklists to consider when configuring asp.net
2.0 and
session management (sqlstate with msde 2000? possible), howto to
make it all run.
Thanks in advance,
Ole Viaud-Murat