Q: Is there a CPU/memory limit/restriction for Windows Plans?
A: Yes. 100MB for Reseller and 250MB for Personal ASP .
Q: What will happen if I hit the memory limit?
A: If the worker process exceeds the private memory quota, IIS will recycle that pool which limits the memory usage. Your active sessions to the website may get expired. If your site works on authentication you will be asked to login again.
Q: How can I check the memory limit for my site?
A: Run your site in your local or test machine with the limits and try to optimize the codes. If the limit of 250MB is exceeded you should get Corporate hosting plan, else you can go for Cheap hosting Plan.
Q: What if my site exceeds the 250MB limit ?
A: We can increase the worker process . If the number of worker processes are increased, the load will be evenly shared across both the WP processes.
If the memory usage is still high, you should consider getting a dedicated server where you can use unmetered memory for your website.
Most Popular Articles
ASP.NET Session State
This article at Microsoft provides detailed analysis of different modes that can be used to store...
How to Bin Deploy ASP.NET Assemblies on Shared Servers
On ASP.NET platform it is quite common to use 3rd party assemblies like MVC, MS chart controls to...
Deploying a Crystal Reports Application on Shared Servers
Our servers already have the Crystal Reports run time engine that is available as part of the...
How to do a rewrite rule in web.config
If you would like to do a domain URL redirection from domain.com to www.domain.com or vise...
How to Create Crystal Reports in ASP.NET Webforms
Please have a look at the URL How to Create Crystal Reports in ASP.NET Webforms for setting this up.