E
Eric Barr
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
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