Board index » dotnet-framework-aspnet » aspnet_state - protocol ?
|
Eric Barr
|
aspnet_state - protocol ?
2004-02-11 09:56:29 PM
I was looking at the aspnet_state.exe (sessionState mode = SessionState) option for caching. I understand its benefits and limitations of using a service that is in memory, can sit on a remote machine. What i was curious about is how ASP.NET communicates with the state server. Only thing i've found is its TCP port 42424 (by default). Does it use remoting ? SOAP calls ? Proprietary ? I was hoping to be able to write a widget that could connect to the state server outside of ASP.NET. Any one done this ? Though of it ? Leads ? Any insight would be greatly appreciated. Regards, -eric - |
