Winservice restrictions

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Are there any restrictions on a windows service app to not do any of the
following;

- accessing a webservice,
- opening a local database, and
- inserting,/updating records between the webservice and the database?

Thanks

Regards
 
No

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Only keep in mind that you may have problems if you are using integrated authentication. You will need to configure your service to use a Username/pwd that will have access to your Database or WS.

Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com
 
Back
Top