[Mono-devel-list] ASP.NET State Management Problems
Matthew Metnetsky
met at uberstats.com
Wed Jul 28 14:53:14 EDT 2004
I'm trying to get either asp_state or dbsessmgr to work without any
luck.
When I start asp_state I get no warnings, so it seems like its reading
the configuration correctly. If I run `ps aux` I can definitely see the
process. However, when I go to my asp.net application I get the
following found at the bottom of this message.
So moving on I took a look at dbsessmgr. I looked through the code but
I cannot find any mention of the table design (or a sql file to create
it, or anything of the sort). I can only hope I missed something so
important...? As such, despite me creating a Postgres user called
monostate and a database called monostate I keep getting an error that
"Relation 'ASPStateTempSessions' does not exist".
Any help would be greatly appreciated.
~ Matthew
================== asp_state error ============================
> Error Message: HTTP 500.
>
> Stack Trace:
> System.Runtime.Remoting.RemotingException: Connection refused
>
> Server stack trace:
> in <0x000f2> System.Runtime.Remoting.Channels.Tcp.HostConnectionPool:CreateConnection ()
> in <0x00132> System.Runtime.Remoting.Channels.Tcp.HostConnectionPool:GetConnection ()
> in <0x00117> System.Runtime.Remoting.Channels.Tcp.TcpConnectionPool:GetConnection (string,int)
> in <0x00155> System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink:ProcessMessage (System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&)
> in <0x002e3> System.Runtime.Remoting.Channels.BinaryClientFormatterSink:SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage)
>
>
> Exception rethrown at [0]:
>
> in <0x00601> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
More information about the Mono-devel-list
mailing list