المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : .NET Remoting - Auto Start Service Object



C# Programming
04-30-2009, 04:53 PM
Hello,

I have a client / server architecture set up for remoting. The server is supposed to collect data on start up and broadcast to a database as well as any attached clients. My issues is that when the server starts up, the object isn't constructed until the first client begins to connect. Is there a way to configure the server side to "auto-start"? I need to collect and store the data regardless of any connected clients. Thanks!!