Windows Service

  • Thread starter Thread starter William Ryan
  • Start date Start date
Hey Andy

Are you closing the connection to the database in your windowsservice after
use? This used to be a common problem with ASP 3.0 apps that used Access
DBs.
 
I am not even getting to point where I need to close the
connection, since I can't even connect and open to begin
with...So That is not the issue. The issue is the actual
connection itself...I know that I need to set my
process's property to a certain setting so that the
network server recognizes that in fact it is my machine
that is making an attampt to connect, but I am not really
sure how and where I need to set these settings at...If
anyone have some expertise in this area please give me
some insights...
..
 
Could this be because the service is stated using a set of credentials not
having access to the share?
Try to change the 'Log On as' setting for the service to the same account
you use when running the win forms app.
 
Back
Top