web service and desktop client connectivity issue
C#
1
Posts
1
Posters
0
Views
1
Watching
-
HI , i have a web service installed in IIS of my server machine and in client system i have a C# windows application.This application has a refernce added of the service(dll has been added).This dll take the database connection from mentioned from app.config but i want it read the connection details from web.config of service. Can you please help me out how can acheive this. when i try system.web.configriatin.... it refer to client machine.I want it to refer the web.config of the service.