Hi,

We are running IIS 5.0 cluster with cisco local director.
We are running a website on 2 webservers and I have been
observing that from past few days we have are getting
this error message of and on.

Error Message
Remote IP:66.122.242.65
Host:216.211.212.22
Platform:Win98
Browser:IE
Type:IE6
Version:6.0
Cookies:True
Path: /frmChangePhone.aspx
Full Path: /frmChangePhone.aspx?
dcid=57&adid=89&hfid=4448tsid=7877&ptptid=&ptid=78787878&s
fid=1291&qqdi=8&tmid=8989&attid=898&glhdh=12_2313_5545_857
876_55__12&coslid=erw_FSadf_FSDsf_fsfds_fsf&fksf=42&nmncnz
m=535&nmmnmf=66&bnbcbn=4444&afid=22&crid=12&prid=305&rpid=
118&pmid=&zpcd=92122&guid=&rtid=7000970&stid=.7WaaTN6umc-
D0nx_uXLQeOvOvxnsFEW4Q&d1cid=ws3&a2did=89&4hfid=34348&tasi
d=7873e2&agtid=&ptsid=7834444&sfiad=391&cqqdi=2123&btmid=8
93232&gattid=8&lhdh=51215_857876_55__12&slid=erw_FS333adf_
&fksa=412&nnzm=5123125&mmnf=12366&bnbcbn=114&ZipCode=92122
Referer: http://www.a1wireless.com/frmChangePhone.aspx?
dcid=57&adid=89&hfid=4448tsid=7877&ptptid=&ptid=78787878&s
fid=1291&qqdi=8&tmid=8989&attid=898&glhdh=12_2313_5545_857
876_55__12&coslid=erw_FSadf_FSDsf_fsfds_fsf&fksf=42&nmncnz
m=535&nmmnmf=66&bnbcbn=4444&afid=22&crid=12&prid=305&rpid=
118&pmid=&zpcd=92122&guid=&rtid=7000970&stid=.7WaaTN6umc-
D0nx_uXLQeOvOvxnsFEW4Q&d1cid=ws3&a2did=89&4hfid=34348&tasi
d=7873e2&agtid=&ptsid=7834444&sfiad=391&cqqdi=2123&btmid=8
93232&gattid=8&lhdh=51215_857876_55__12&slid=erw_FS333adf_
&fksa=412&nnzm=5123125&mmnf=12366&bnbcbn=114&ZipCode=92122
Zip Code: 92122
Product Code: 305
Plan Code: 118
AffiliateID: 22
CarrierID: 12
PromotionID:

Error Msg: Exception of type
System.Web.HttpUnhandledException was thrown.

Error Src: System.Web

Stack: at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplica
tion+IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep
step, Boolean& completedSynchronously)

Target:HandleError

Base Exception:System.OutOfMemoryException: Exception of
type System.OutOfMemoryException was thrown.



Can anyone tell me what does System.OutOfMemoryException
means or indicates here?

Any precautionary steps we can take to prevent this error
popping up. Any sort of help would be highly appreciated.

Regards

Ripul

RE: Base Exception:System.OutOfMemoryException by tdevere

tdevere
Sun Nov 16 16:27:43 CST 2003

Hello Ripul,

This error message is being thrown from you .net code. Which you already
know. So the error message is comming from the System.OutOfMemory Class...
you can find information about that class in MSDN. It means that the
application didn't have the resources it needed to create whatever it was
trying to create at that time - which does you no good I know :(

This problem is a coding problem that should be handled by the developers
of the application. Also, this IIS newsgroup is not the best place to post
a question of this nature, you'd be better served at posting to an ASP.NET
newsgroup such as:

http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?
dg=microsoft.public.dotnet.framework.aspnet&cat=en-us-netdevelopment-aspnet&
lang=en&cr=US

Please let us know if there's anything further we can assit you with.


Thank you,

Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere@online.microsoft.com

"Please do not send email directly to this alias. This is our online
account name for newsgroup participation only."

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.