Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm using WCF service for the first time

i need to execute database queries from server (not from client machine).
Database Server SQL 2005


so i have used WCF service which execute database queries on server and reruns the result.

Service is hosted in IIS 7


initially it works fine but sometimes its response gets worst.

if i use Self Hosted WCF service the Database Queries Will Execute from client Machine only


How i can improved performance of my application using WCF service or should i use web service ?
or any other way.
please help..
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900