Re: Assistance with design issue.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



how about logging it locally instead, and then using a windows service to
periodically update the remote database. As long as the log entry is
timestamped you should have no problem with synchronisation.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Chris" <Chris@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3EA02350-2B0B-45CB-BB4D-DFD049F2FF0E@xxxxxxxxxxxxxxxx
> Hi,
> I have a component that validates data with external parties and then
> return
> the results to the calling webservice. Currently it logs every response to
> a
> darabase on a remote server. The issue I have is that if the database
> server
> is offline it would wouldn't be able to log anything. It is important to
> log
> everything. How would you guys suggest we handle this.
>
> Thanks
>


.