> I'm interested how to setup access to server data using Mono and npgsql. > Should I setup Web Service or WCF to get the data over to the client > application ?
You need this; Your client will have to communicate with some sort of server side front-end to the database. There is a sample of how to do this on Brad Abrams blog that was posted a few weeks ago. > Will this require using mod_mono or is it better to use Mono application > without Apache ? Where to find information and sample for this ? Adding such > quickstart sample application would be useful. You can use mod_mono if you want your server piece to be implemented with ASP.NET, but on the server, you can choose whatever technology suits you the best. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
