I'm using devexpress grid view to view and saving data,my problem is when the browser is first loaded application respond normally,after while (less than 5 minute),application response become very low and takes too long time to respond for any action ,i tried to to expand recycle time(regular time interval) on IIS but seems that the problem is not from IIS at all also i made session time out after 60 minute and likewise there is no difference. note that:
- All of my request is Ajax calls.
- When i deploy the application using development Server (in visual studio) application respond normally.
could any one please suggest me where the problem is??