Hello,
users of my web site are occasionally experiencing the "HTTP Error 503".
This is likely caused by some memory usage issue, and is occurring since I started adding Telerik UI For ASP.NET Ajax components to some pages.
In particular I created a page which features a RadScheduler and a RadListbox, both with server-side database binding. This page is continuously used by some 10 - 15 users during the day.
The application is deployed as a VS Website (not VS Web Application project), so there is a part of code that gets compiled at run-time.
The hosting is a shared one, with 500 MB of memory available, and is used only by employees of a private company (let's say 30 users).
My question is the following:
is there any suggestion on the best way to include Telerik components in ASP.NET pages in order to minimize memory usage?
For example: would converting from Website Project to Web Application Project be effective in reducing memory usage? Or whatever...
Thanks
Regards
Mike