We have one webservice. This webservice directly connected to the database. If we call this webservice methods we are getting data very fastly. Using this webservice we have developed one more WCF Service. Now we are calling the WCF methods into Asp.Net website. But problem is website is working very slow. It is taking much time for getting data. Why?
Please give me the suggesion..
Thanks in advance..
Loading
Master BillaPosted Aug 11, 2009, 2:25 AM
There is so many reasons to slow
1. you need take limit of data from the WCF services
2. make you are using fast way to handle the data in asp.net
and take look how you can process data with WCF service
http://www.codeproject.com/KB/database/DateAgingApp.aspx
thank you