I'm using WireShark to try to figure out why I can't get my ASP.NET application (which is deployed to IIS6) to use a remote ASP.NET StateServer. For the record, StateServer works if my application is deployed to the same machine as the StateServer.
I was unsure whether to ask this question here or StackOverflow, but I think here is best because this is communications related, as opposed to proramming.
Below is an image of the results in WireShark of when I try to load my application. The top 3 items in the list represent trying to load the application with AllowRemoteConnections set to 0 in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection
The bottom 3 results represent trying to load the application with the value set to 1.
alt text http://www.freeimagehosting.net/image.php?2307da4762.png
I'm not at all familiar with WireShark so could somebody tell me what this means? Is there any indication why my application is unable to get data from the remote StateServer?