All Tags »
asp.net »
service (RSS)
Sorry, but there are no more tags available to filter with.
-
Guys,
I've made here tiny app that uses OpenServer method to listen for connections on some port
server = Db4o.Db4oFactory.OpenServer(AppDomain.CurrentDomain.BaseDirectory & ''sample.dbo'', 5560)server.GrantAccess(''sample'', ''sample'')
I left app running as Windows Service...
Now i'm trying to connect to it from ASP.NET, ...