Keep in mind, that unlike Access, SQL Express is free. As for App B rather than have it poll the file system, you could use FileSystemWatcher. As for the Web Services, I'd say App B should expose a method that clients call to deliver new requests. Also, what performance leak at the server
MSMQ is a very good option, but it sometimes can be a bit tricky to configure correctly, and you must handle the dead-letter queue correctly.
|