[Mono-list] sessionstate sqlserver in mono 1.2
Adriaan
adriaanvk at gmail.com
Mon Mar 5 05:47:11 EST 2007
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.
More information about the Mono-list
mailing list