[Message Deleted]
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
I didn't understand the which communication layer are you using. Are you just trying to connect with Database with your windows service? Isn't it. if yes, you can connect. But
not using
the Configuration you have provided. Try to read out about ConnectionString and AppSetting section of App.config file. One sample from you Now read the key value using ConfigurationManager class. cheers, Abhijit CodeProject MVP