Hi, we have completed an forecasting application in asp.net using C#.net. In this application's business logic there are long code running. It takes more than an hour for total calculation in BLL. Actually calculation is done in more than 300 rows in a dataset and whenever one row calculation is completes we show it in aspx page.
As this BLL is very complex show we want to shift the total BLL & DAL code in WCF.
I want to know what should be the best WCF
configuration for such large/ time consuming process .
Thanks