Hi, In mono-1.1.17/18 i used sessionstate mode="SQLServer", which workes fine with manually created table in postgresql (see below)
Upgraded my mono to 1.2 throws an NotImplementedException for SQLServer. Is this feature skipped? Is it possible to use sqlServer state in 1.2? greetings, Adriaan CREATE TABLE aspstatetempsessions ( sessionid varchar, created timestamp, expires timestamp, timeout numeric, staticobjectsdata bytea, sessiondata bytea ) -- View this message in context: http://www.nabble.com/sessionstate-sqlserver-in-mono-1.2-tf3348033.html#a9309221 Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
