One way Call

One way Call

Old forum URL: forums.lhotka.net/forums/t/4544.aspx


ssuing8825 posted on Monday, March 24, 2008

Due to environment constraints I can't log errors to a sql db from the server that the web UI is running on. I want to create an object to take the payload to the application server and then perform the logging. I don't want this object to be returned. I'm looking for a one way, fire and forget type of method call. Does CLSA support this. Everything I've seen returns values back to the client.

I could easily do this with WCF or plain asmx services, but I want to keep consistant with the rest of the app.

Thanks

 

 

JohnB replied on Tuesday, March 25, 2008

Have you look into log4net? Through some configuration it may be able to work for you.

John

Copyright (c) Marimer LLC