Service unavailable error comes randomly while accessing our website
and gets alright in matter of seconds....Could some one tell the
possible reasons for these to happen: i got a earlier suggestion to our
error as follows:
-------------------------------------------------------
If the error continues, it means that your website is exceeding the
resource thresholds we set in IIS. Your website has been allocated 20%
CPU and 800 MB of virtual memory. We set the limits to prevent any one
site from impacting server performance. IIS will restart your
application pool if these limits are exceeded. Your website will
display the "Service Unavailable" error while it is restarted.
If you find that this is happening, you will want to audit your scripts
to reduce resource usage.
If the error seems to happen randomly during the day and cannot be
linked to one or more specific scripts, then you are probably exceeding
our virtual memory limit. You can try to reduce memory by reducing
your per-session memory demands (session variables, objects, etc.)
and/or by reducing your total sessions (for example, by decreasing your
session timeout).
If the error is triggered by a particular script, then you will want to
first audit the script for high CPU usage. In particular, make sure
that the script doesn't have any infinite loop conditions.
-------------------------------
The points mentioned above was suggested earlier....But How to rectify
this error or atleast the process to find out which of the script pages
have errors which eat lot virtual memory.
We are runing a site with asp and database as sql...any help on this
account..
Mansi