I have a web application (App1) which uses a database
(DB1). App1 is using the WCF Service (Service1). Now I have another application
(App2), which is using another database DB2. I need to use the same WCF Service
(Service1) for my APP2.
How can I make both applications use same service simultaneously.Please Help... :(
Go to the complete details ...