Error in remoting
HI all
i am developing a Bot service which broadcasts msgs in regular intervals of time , and am also developing clients to consume the messages sent by the BOT.
for the above scenario i have a Service running in a seperate machine and i connect the clients to that remote machine and get the messages
in doing so i get errors like:
1.Server encountered an internal error. For more information, turn on customErrors in the server's .config file.
i am not sure why i get this error...when i run both the client and the service in the same machine i dont get any erros , must i gove any other credentials to the client to log on??
2. and at times, when a client subscribes to the service and if i close the client the server stops sending msgs to other clients too.
why is this happening ?
i am using [OneWayAttribute] declaration for the method which sends the messages, but inspite of this also why do i get the server stoppped?
suggestions/help neeeded ASAP!!!
with regards
Senthil
|