Wired Issues With Asp.net Client
|
On Wednesday, May 14th 2008 at 07:08 AM By Anonymous |
|
I have a windows service which hosts a remoting object. Since I want my
clients to connect to a particular instance of the Remoting object the
service creates the Remoting object itself and publishes that thro???
RemotingServices.Marshal.
I have an ASP.Net client which connects to that Remoting object. Everything
works fine. But last week I added some code to the Remoting object which
writes to a text file on each method call.
When I call a method the Remoting object by the asp.net client the call
works fine and also the text file is updated and the page is shown to the
user. But behind the scene the session of the asp.net client gets killed.
I have noticed that even when I try shutting down the service the asp.net
client session gets killed.
For test purposes I have given both applications administrator rights. I
have tried almost everything but still this issue persists.
Any idea why? |
RE: Wired issues with asp.net client by Anonymous on Monday, May 19th 2008 at 12:28 PM
|
I don't understand what you mean about the client session. Can you explain
more about your problem? Do you get an error message? Do you have a sample to
reproduce the error? |