473,586 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspnet_wp.exe (PID: 500) was recycled because memory consumption e

Hi ,

We are develoed the .net application(asp .net, vb.net and sql server ). Till
yesterday there was no problem with the application. Is was working fine.
In our application we have one Lock and Unlock Button. When you click on
Lock button, the page will turn into ReadOnly mode. When you click on Unlock
the page will turn into Edit Mode.
Now When I press the Lock or Unlock Button after 2 to 3 minutes in the
Browser iam getting the below error message.
--------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser to
retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.
--------

In the Event Logs the error description is:
Event ID: 1001
aspnet_wp.exe (PID: 500) was recycled because memory consumption exceeded
the 305 MB (60 percent of available RAM).

We are using .Net framework version1.1. Iam not able to figure it out this
problem.
Can anyone please help on this issue.
You help is much appriciated.
Regards,
Bhaskar.
Nov 18 '05 #1
9 2871
Do you have Service Pack 1 of .NET 1.1 by any chance?
Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool value
as true to preserve the Forms Collections?
I'm asking all this questions because I have a similar problem and I'm
trying to see if it's a bug.
thanks,
Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Hi ,

We are develoed the .net application(asp .net, vb.net and sql server ). Till yesterday there was no problem with the application. Is was working fine.
In our application we have one Lock and Unlock Button. When you click on
Lock button, the page will turn into ReadOnly mode. When you click on Unlock the page will turn into Edit Mode.
Now When I press the Lock or Unlock Button after 2 to 3 minutes in the
Browser iam getting the below error message.
--------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
--------

In the Event Logs the error description is:
Event ID: 1001
aspnet_wp.exe (PID: 500) was recycled because memory consumption exceeded
the 305 MB (60 percent of available RAM).

We are using .Net framework version1.1. Iam not able to figure it out this
problem.
Can anyone please help on this issue.
You help is much appriciated.
Regards,
Bhaskar.

Nov 18 '05 #2
Hi Alexander,

Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And also iam
doing Server.Transfer ("SamePage.aspx ",true) with this bool value
as true to preserve the Forms Collections.
You also facing the same problem?.
Please let me know if you have solution for this Issue.

Regards,
Bhaskar.
"Alexander Bosch" wrote:
Do you have Service Pack 1 of .NET 1.1 by any chance?
Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool value
as true to preserve the Forms Collections?
I'm asking all this questions because I have a similar problem and I'm
trying to see if it's a bug.
thanks,
Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Hi ,

We are develoed the .net application(asp .net, vb.net and sql server ).

Till
yesterday there was no problem with the application. Is was working fine.
In our application we have one Lock and Unlock Button. When you click on
Lock button, the page will turn into ReadOnly mode. When you click on

Unlock
the page will turn into Edit Mode.
Now When I press the Lock or Unlock Button after 2 to 3 minutes in the
Browser iam getting the below error message.
--------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser

to
retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web

server.
Please review this log entry to discover what caused this error to occur.
--------

In the Event Logs the error description is:
Event ID: 1001
aspnet_wp.exe (PID: 500) was recycled because memory consumption exceeded
the 305 MB (60 percent of available RAM).

We are using .Net framework version1.1. Iam not able to figure it out this
problem.
Can anyone please help on this issue.
You help is much appriciated.
Regards,
Bhaskar.


Nov 18 '05 #3
Hey Bhaskar,
take a look at this article on Microsoft's KB:
http://support.microsoft.com/default...b;en-us;839521

In this article they say that this issue has been solved with the Service
Pack 1 and it hasn't! In my opinion it was created by the Service Pack,
because if you remove it, everything it's going to work. I guess that's your
short term solution, remove the ServicePack...o n a long term, I'm still
loooking for answers.
Hopefully one of the Microsoft support guys or a Microsoft MVP will put more
light into this issue.
Regards,
Alexander

"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:D7******** *************** ***********@mic rosoft.com...
Hi Alexander,

Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And also iam doing Server.Transfer ("SamePage.aspx ",true) with this bool value
as true to preserve the Forms Collections.
You also facing the same problem?.
Please let me know if you have solution for this Issue.

Regards,
Bhaskar.
"Alexander Bosch" wrote:
Do you have Service Pack 1 of .NET 1.1 by any chance?
Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool value as true to preserve the Forms Collections?
I'm asking all this questions because I have a similar problem and I'm
trying to see if it's a bug.
thanks,
Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Hi ,

We are develoed the .net application(asp .net, vb.net and sql server ).

Till
yesterday there was no problem with the application. Is was working fine. In our application we have one Lock and Unlock Button. When you click on Lock button, the page will turn into ReadOnly mode. When you click on

Unlock
the page will turn into Edit Mode.
Now When I press the Lock or Unlock Button after 2 to 3 minutes in the
Browser iam getting the below error message.
--------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to
retry your request.

Administrator Note: An error message detailing the cause of this

specific request failure can be found in the application event log of the web

server.
Please review this log entry to discover what caused this error to occur. --------

In the Event Logs the error description is:
Event ID: 1001
aspnet_wp.exe (PID: 500) was recycled because memory consumption exceeded the 305 MB (60 percent of available RAM).

We are using .Net framework version1.1. Iam not able to figure it out this problem.
Can anyone please help on this issue.
You help is much appriciated.
Regards,
Bhaskar.


Nov 18 '05 #4
Hi Alexander,
I have already have the service pack 1 in my system. And also the error
message in the Microsoft's KB is different than my error message. Did you get
the solution after installing this hotfix?.

Regards,
Bhaskar.

"Alexander Bosch" wrote:
Hey Bhaskar,
take a look at this article on Microsoft's KB:
http://support.microsoft.com/default...b;en-us;839521

In this article they say that this issue has been solved with the Service
Pack 1 and it hasn't! In my opinion it was created by the Service Pack,
because if you remove it, everything it's going to work. I guess that's your
short term solution, remove the ServicePack...o n a long term, I'm still
loooking for answers.
Hopefully one of the Microsoft support guys or a Microsoft MVP will put more
light into this issue.
Regards,
Alexander

"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:D7******** *************** ***********@mic rosoft.com...
Hi Alexander,

Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And also

iam
doing Server.Transfer ("SamePage.aspx ",true) with this bool value
as true to preserve the Forms Collections.
You also facing the same problem?.
Please let me know if you have solution for this Issue.

Regards,
Bhaskar.
"Alexander Bosch" wrote:
Do you have Service Pack 1 of .NET 1.1 by any chance?
Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool value as true to preserve the Forms Collections?
I'm asking all this questions because I have a similar problem and I'm
trying to see if it's a bug.
thanks,
Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:95******** *************** ***********@mic rosoft.com...
> Hi ,
>
> We are develoed the .net application(asp .net, vb.net and sql server ).
Till
> yesterday there was no problem with the application. Is was working fine. > In our application we have one Lock and Unlock Button. When you click on > Lock button, the page will turn into ReadOnly mode. When you click on
Unlock
> the page will turn into Edit Mode.
> Now When I press the Lock or Unlock Button after 2 to 3 minutes in the
> Browser iam getting the below error message.
> --------
> Server Application Unavailable
> The web application you are attempting to access on this web server is
> currently unavailable. Please hit the "Refresh" button in your web browser to
> retry your request.
>
> Administrator Note: An error message detailing the cause of this specific > request failure can be found in the application event log of the web
server.
> Please review this log entry to discover what caused this error to occur. > --------
>
> In the Event Logs the error description is:
> Event ID: 1001
> aspnet_wp.exe (PID: 500) was recycled because memory consumption exceeded > the 305 MB (60 percent of available RAM).
>
> We are using .Net framework version1.1. Iam not able to figure it out this > problem.
> Can anyone please help on this issue.
> You help is much appriciated.
>
>
> Regards,
> Bhaskar.


Nov 18 '05 #5
Hey Rahu, there are to Kbs that are similar.
http://support.microsoft.com/default...b;en-us;839521 which is the
one I mentioned before
and this one
http://support.microsoft.com/kb/821758/EN-US/
I know you have SP 1, that's why I'm saying that if you remove it, your
problem will be solved (i.e no Infinite loop, no Stack overflow, No Server
Application Unavailable after 2 min or so)
I have not found a solution with the Service Pack...that's my point, I think
this articles are saying that you have to install a Hot Fix that's included
on the SPack, but the problem does not get solved.

Again,...Hopefu lly one of the Microsoft support guys or a Microsoft MVP will
put more light into this issue

Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Hi Alexander,
I have already have the service pack 1 in my system. And also the error
message in the Microsoft's KB is different than my error message. Did you get the solution after installing this hotfix?.

Regards,
Bhaskar.

"Alexander Bosch" wrote:
Hey Bhaskar,
take a look at this article on Microsoft's KB:
http://support.microsoft.com/default...b;en-us;839521

In this article they say that this issue has been solved with the Service Pack 1 and it hasn't! In my opinion it was created by the Service Pack,
because if you remove it, everything it's going to work. I guess that's your short term solution, remove the ServicePack...o n a long term, I'm still
loooking for answers.
Hopefully one of the Microsoft support guys or a Microsoft MVP will put more light into this issue.
Regards,
Alexander

"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:D7******** *************** ***********@mic rosoft.com...
Hi Alexander,

Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And also
iam
doing Server.Transfer ("SamePage.aspx ",true) with this bool value
as true to preserve the Forms Collections.
You also facing the same problem?.
Please let me know if you have solution for this Issue.

Regards,
Bhaskar.
"Alexander Bosch" wrote:

> Do you have Service Pack 1 of .NET 1.1 by any chance?
> Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool

value
> as true to preserve the Forms Collections?
> I'm asking all this questions because I have a similar problem and
I'm > trying to see if it's a bug.
> thanks,
> Alexander
> "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> news:95******** *************** ***********@mic rosoft.com...
> > Hi ,
> >
> > We are develoed the .net application(asp .net, vb.net and sql server ). > Till
> > yesterday there was no problem with the application. Is was working fine.
> > In our application we have one Lock and Unlock Button. When you
click on
> > Lock button, the page will turn into ReadOnly mode. When you click
on > Unlock
> > the page will turn into Edit Mode.
> > Now When I press the Lock or Unlock Button after 2 to 3 minutes in the > > Browser iam getting the below error message.
> > --------
> > Server Application Unavailable
> > The web application you are attempting to access on this web server is > > currently unavailable. Please hit the "Refresh" button in your web

browser
> to
> > retry your request.
> >
> > Administrator Note: An error message detailing the cause of this

specific
> > request failure can be found in the application event log of the web > server.
> > Please review this log entry to discover what caused this error to

occur.
> > --------
> >
> > In the Event Logs the error description is:
> > Event ID: 1001
> > aspnet_wp.exe (PID: 500) was recycled because memory consumption

exceeded
> > the 305 MB (60 percent of available RAM).
> >
> > We are using .Net framework version1.1. Iam not able to figure it

out this
> > problem.
> > Can anyone please help on this issue.
> > You help is much appriciated.
> >
> >
> > Regards,
> > Bhaskar.
>
>
>


Nov 18 '05 #6
Check out these articles
http://support.microsoft.com/default...;en-us;Q315158
http://support.microsoft.com/default...b;en-us;326366
http://www.aspalliance.com/kenc/faq2.aspx

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Alexander Bosch" <x@x.com> wrote in message
news:Hh******** ************@ne ws20.bellglobal .com...
Hey Rahu, there are to Kbs that are similar.
http://support.microsoft.com/default...b;en-us;839521 which is the one I mentioned before
and this one
http://support.microsoft.com/kb/821758/EN-US/
I know you have SP 1, that's why I'm saying that if you remove it, your
problem will be solved (i.e no Infinite loop, no Stack overflow, No Server
Application Unavailable after 2 min or so)
I have not found a solution with the Service Pack...that's my point, I think this articles are saying that you have to install a Hot Fix that's included on the SPack, but the problem does not get solved.

Again,...Hopefu lly one of the Microsoft support guys or a Microsoft MVP will put more light into this issue

Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Hi Alexander,
I have already have the service pack 1 in my system. And also the error
message in the Microsoft's KB is different than my error message. Did you
get
the solution after installing this hotfix?.

Regards,
Bhaskar.

"Alexander Bosch" wrote:
Hey Bhaskar,
take a look at this article on Microsoft's KB:
http://support.microsoft.com/default...b;en-us;839521

In this article they say that this issue has been solved with the
Service Pack 1 and it hasn't! In my opinion it was created by the Service Pack, because if you remove it, everything it's going to work. I guess that's your
short term solution, remove the ServicePack...o n a long term, I'm
still loooking for answers.
Hopefully one of the Microsoft support guys or a Microsoft MVP will put
more light into this issue.
Regards,
Alexander

"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:D7******** *************** ***********@mic rosoft.com...
> Hi Alexander,
>
> Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And also iam
> doing Server.Transfer ("SamePage.aspx ",true) with this bool value
> as true to preserve the Forms Collections.
> You also facing the same problem?.
> Please let me know if you have solution for this Issue.
>
> Regards,
> Bhaskar.
>
>
> "Alexander Bosch" wrote:
>
> > Do you have Service Pack 1 of .NET 1.1 by any chance?
> > Are you doing a Server.Transfer ("SamePage.aspx ",true) with this
bool value
> > as true to preserve the Forms Collections?
> > I'm asking all this questions because I have a similar problem and
I'm > > trying to see if it's a bug.
> > thanks,
> > Alexander
> > "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> > news:95******** *************** ***********@mic rosoft.com...
> > > Hi ,
> > >
> > > We are develoed the .net application(asp .net, vb.net and sql server ). > > Till
> > > yesterday there was no problem with the application. Is was working fine.
> > > In our application we have one Lock and Unlock Button. When you click on
> > > Lock button, the page will turn into ReadOnly mode. When you click on
> > Unlock
> > > the page will turn into Edit Mode.
> > > Now When I press the Lock or Unlock Button after 2 to 3 minutes
in
the > > > Browser iam getting the below error message.
> > > --------
> > > Server Application Unavailable
> > > The web application you are attempting to access on this web server is > > > currently unavailable. Please hit the "Refresh" button in your
web browser
> > to
> > > retry your request.
> > >
> > > Administrator Note: An error message detailing the cause of this
specific
> > > request failure can be found in the application event log of the
web > > server.
> > > Please review this log entry to discover what caused this error to occur.
> > > --------
> > >
> > > In the Event Logs the error description is:
> > > Event ID: 1001
> > > aspnet_wp.exe (PID: 500) was recycled because memory consumption
exceeded
> > > the 305 MB (60 percent of available RAM).
> > >
> > > We are using .Net framework version1.1. Iam not able to figure
it out this
> > > problem.
> > > Can anyone please help on this issue.
> > > You help is much appriciated.
> > >
> > >
> > > Regards,
> > > Bhaskar.
> >
> >
> >


Nov 18 '05 #7
Hi,

After changing the server.transfer () to Response.Redire ct() its working
fine.

Thanks,
Bhaskar.
"Saravana" wrote:
Check out these articles
http://support.microsoft.com/default...;en-us;Q315158
http://support.microsoft.com/default...b;en-us;326366
http://www.aspalliance.com/kenc/faq2.aspx

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Alexander Bosch" <x@x.com> wrote in message
news:Hh******** ************@ne ws20.bellglobal .com...
Hey Rahu, there are to Kbs that are similar.
http://support.microsoft.com/default...b;en-us;839521 which is

the
one I mentioned before
and this one
http://support.microsoft.com/kb/821758/EN-US/
I know you have SP 1, that's why I'm saying that if you remove it, your
problem will be solved (i.e no Infinite loop, no Stack overflow, No Server
Application Unavailable after 2 min or so)
I have not found a solution with the Service Pack...that's my point, I

think
this articles are saying that you have to install a Hot Fix that's

included
on the SPack, but the problem does not get solved.

Again,...Hopefu lly one of the Microsoft support guys or a Microsoft MVP

will
put more light into this issue

Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Hi Alexander,
I have already have the service pack 1 in my system. And also the error
message in the Microsoft's KB is different than my error message. Did you
get
the solution after installing this hotfix?.

Regards,
Bhaskar.

"Alexander Bosch" wrote:

> Hey Bhaskar,
> take a look at this article on Microsoft's KB:
> http://support.microsoft.com/default...b;en-us;839521
>
> In this article they say that this issue has been solved with the

Service
> Pack 1 and it hasn't! In my opinion it was created by the Service

Pack, > because if you remove it, everything it's going to work. I guess that's
your
> short term solution, remove the ServicePack...o n a long term, I'm

still > loooking for answers.
> Hopefully one of the Microsoft support guys or a Microsoft MVP will put
more
> light into this issue.
> Regards,
> Alexander
>
> "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> news:D7******** *************** ***********@mic rosoft.com...
> > Hi Alexander,
> >
> > Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And

also
> iam
> > doing Server.Transfer ("SamePage.aspx ",true) with this bool value
> > as true to preserve the Forms Collections.
> > You also facing the same problem?.
> > Please let me know if you have solution for this Issue.
> >
> > Regards,
> > Bhaskar.
> >
> >
> > "Alexander Bosch" wrote:
> >
> > > Do you have Service Pack 1 of .NET 1.1 by any chance?
> > > Are you doing a Server.Transfer ("SamePage.aspx ",true) with this

bool > value
> > > as true to preserve the Forms Collections?
> > > I'm asking all this questions because I have a similar problem and

I'm
> > > trying to see if it's a bug.
> > > thanks,
> > > Alexander
> > > "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> > > news:95******** *************** ***********@mic rosoft.com...
> > > > Hi ,
> > > >
> > > > We are develoed the .net application(asp .net, vb.net and sql

server ).
> > > Till
> > > > yesterday there was no problem with the application. Is was

working
> fine.
> > > > In our application we have one Lock and Unlock Button. When you

click
> on
> > > > Lock button, the page will turn into ReadOnly mode. When you click
on
> > > Unlock
> > > > the page will turn into Edit Mode.
> > > > Now When I press the Lock or Unlock Button after 2 to 3 minutes

in
the
> > > > Browser iam getting the below error message.
> > > > --------
> > > > Server Application Unavailable
> > > > The web application you are attempting to access on this web

server is
> > > > currently unavailable. Please hit the "Refresh" button in your

web > browser
> > > to
> > > > retry your request.
> > > >
> > > > Administrator Note: An error message detailing the cause of this
> specific
> > > > request failure can be found in the application event log of the

web
> > > server.
> > > > Please review this log entry to discover what caused this error to > occur.
> > > > --------
> > > >
> > > > In the Event Logs the error description is:
> > > > Event ID: 1001
> > > > aspnet_wp.exe (PID: 500) was recycled because memory consumption
> exceeded
> > > > the 305 MB (60 percent of available RAM).
> > > >
> > > > We are using .Net framework version1.1. Iam not able to figure

it
out
> this
> > > > problem.
> > > > Can anyone please help on this issue.
> > > > You help is much appriciated.
> > > >
> > > >
> > > > Regards,
> > > > Bhaskar.
> > >
> > >
> > >
>
>
>



Nov 18 '05 #8
yes, it will work, but you'll loose the Forms Collection that you were
preserving setting the variable as true on the Server.Transfer ...If that
works for you, perfect then.
Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:01******** *************** ***********@mic rosoft.com...
Hi,

After changing the server.transfer () to Response.Redire ct() its working
fine.

Thanks,
Bhaskar.
"Saravana" wrote:
Check out these articles
http://support.microsoft.com/default...;en-us;Q315158
http://support.microsoft.com/default...b;en-us;326366
http://www.aspalliance.com/kenc/faq2.aspx

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Alexander Bosch" <x@x.com> wrote in message
news:Hh******** ************@ne ws20.bellglobal .com...
Hey Rahu, there are to Kbs that are similar.
http://support.microsoft.com/default...b;en-us;839521 which is
the
one I mentioned before
and this one
http://support.microsoft.com/kb/821758/EN-US/
I know you have SP 1, that's why I'm saying that if you remove it,
your problem will be solved (i.e no Infinite loop, no Stack overflow, No Server Application Unavailable after 2 min or so)
I have not found a solution with the Service Pack...that's my point, I

think
this articles are saying that you have to install a Hot Fix that's

included
on the SPack, but the problem does not get solved.

Again,...Hopefu lly one of the Microsoft support guys or a Microsoft MVP will
put more light into this issue

Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:17******** *************** ***********@mic rosoft.com...
> Hi Alexander,
> I have already have the service pack 1 in my system. And also the
error > message in the Microsoft's KB is different than my error message. Did you
get
> the solution after installing this hotfix?.
>
> Regards,
> Bhaskar.
>
> "Alexander Bosch" wrote:
>
> > Hey Bhaskar,
> > take a look at this article on Microsoft's KB:
> > http://support.microsoft.com/default...b;en-us;839521
> >
> > In this article they say that this issue has been solved with the
Service
> > Pack 1 and it hasn't! In my opinion it was created by the Service

Pack,
> > because if you remove it, everything it's going to work. I guess

that's
your
> > short term solution, remove the ServicePack...o n a long term, I'm

still
> > loooking for answers.
> > Hopefully one of the Microsoft support guys or a Microsoft MVP
will put
more
> > light into this issue.
> > Regards,
> > Alexander
> >
> > "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> > news:D7******** *************** ***********@mic rosoft.com...
> > > Hi Alexander,
> > >
> > > Thanks for your response. Yes,I have Service pack 1 of .NET
1.1.And also
> > iam
> > > doing Server.Transfer ("SamePage.aspx ",true) with this bool value > > > as true to preserve the Forms Collections.
> > > You also facing the same problem?.
> > > Please let me know if you have solution for this Issue.
> > >
> > > Regards,
> > > Bhaskar.
> > >
> > >
> > > "Alexander Bosch" wrote:
> > >
> > > > Do you have Service Pack 1 of .NET 1.1 by any chance?
> > > > Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool
> > value
> > > > as true to preserve the Forms Collections?
> > > > I'm asking all this questions because I have a similar problem
and I'm
> > > > trying to see if it's a bug.
> > > > thanks,
> > > > Alexander
> > > > "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> > > > news:95******** *************** ***********@mic rosoft.com...
> > > > > Hi ,
> > > > >
> > > > > We are develoed the .net application(asp .net, vb.net and sql
server ).
> > > > Till
> > > > > yesterday there was no problem with the application. Is was
working
> > fine.
> > > > > In our application we have one Lock and Unlock Button. When you click
> > on
> > > > > Lock button, the page will turn into ReadOnly mode. When you

click
on
> > > > Unlock
> > > > > the page will turn into Edit Mode.
> > > > > Now When I press the Lock or Unlock Button after 2 to 3 minutes in
the
> > > > > Browser iam getting the below error message.
> > > > > --------
> > > > > Server Application Unavailable
> > > > > The web application you are attempting to access on this web
server is
> > > > > currently unavailable. Please hit the "Refresh" button in
your web
> > browser
> > > > to
> > > > > retry your request.
> > > > >
> > > > > Administrator Note: An error message detailing the cause of
this > > specific
> > > > > request failure can be found in the application event log of the web
> > > > server.
> > > > > Please review this log entry to discover what caused this error to
> > occur.
> > > > > --------
> > > > >
> > > > > In the Event Logs the error description is:
> > > > > Event ID: 1001
> > > > > aspnet_wp.exe (PID: 500) was recycled because memory
consumption > > exceeded
> > > > > the 305 MB (60 percent of available RAM).
> > > > >
> > > > > We are using .Net framework version1.1. Iam not able to

figure it
out
> > this
> > > > > problem.
> > > > > Can anyone please help on this issue.
> > > > > You help is much appriciated.
> > > > >
> > > > >
> > > > > Regards,
> > > > > Bhaskar.
> > > >
> > > >
> > > >
> >
> >
> >


Nov 18 '05 #9
Hi Alexander,
Thank you so much for your help.
Regards,
Bhaskar.
"Alexander Bosch" wrote:
yes, it will work, but you'll loose the Forms Collection that you were
preserving setting the variable as true on the Server.Transfer ...If that
works for you, perfect then.
Alexander
"Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
news:01******** *************** ***********@mic rosoft.com...
Hi,

After changing the server.transfer () to Response.Redire ct() its working
fine.

Thanks,
Bhaskar.
"Saravana" wrote:
Check out these articles
http://support.microsoft.com/default...;en-us;Q315158
http://support.microsoft.com/default...b;en-us;326366
http://www.aspalliance.com/kenc/faq2.aspx

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Alexander Bosch" <x@x.com> wrote in message
news:Hh******** ************@ne ws20.bellglobal .com...
> Hey Rahu, there are to Kbs that are similar.
> http://support.microsoft.com/default...b;en-us;839521 which is the
> one I mentioned before
> and this one
> http://support.microsoft.com/kb/821758/EN-US/
>
>
> I know you have SP 1, that's why I'm saying that if you remove it, your > problem will be solved (i.e no Infinite loop, no Stack overflow, No Server > Application Unavailable after 2 min or so)
> I have not found a solution with the Service Pack...that's my point, I
think
> this articles are saying that you have to install a Hot Fix that's
included
> on the SPack, but the problem does not get solved.
>
> Again,...Hopefu lly one of the Microsoft support guys or a Microsoft MVP will
> put more light into this issue
>
> Alexander
>
>
> "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> news:17******** *************** ***********@mic rosoft.com...
> > Hi Alexander,
> > I have already have the service pack 1 in my system. And also the error > > message in the Microsoft's KB is different than my error message. Did you
> get
> > the solution after installing this hotfix?.
> >
> > Regards,
> > Bhaskar.
> >
> > "Alexander Bosch" wrote:
> >
> > > Hey Bhaskar,
> > > take a look at this article on Microsoft's KB:
> > > http://support.microsoft.com/default...b;en-us;839521
> > >
> > > In this article they say that this issue has been solved with the
> Service
> > > Pack 1 and it hasn't! In my opinion it was created by the Service
Pack,
> > > because if you remove it, everything it's going to work. I guess
that's
> your
> > > short term solution, remove the ServicePack...o n a long term, I'm
still
> > > loooking for answers.
> > > Hopefully one of the Microsoft support guys or a Microsoft MVP will put
> more
> > > light into this issue.
> > > Regards,
> > > Alexander
> > >
> > > "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> > > news:D7******** *************** ***********@mic rosoft.com...
> > > > Hi Alexander,
> > > >
> > > > Thanks for your response. Yes,I have Service pack 1 of .NET 1.1.And > also
> > > iam
> > > > doing Server.Transfer ("SamePage.aspx ",true) with this bool value > > > > as true to preserve the Forms Collections.
> > > > You also facing the same problem?.
> > > > Please let me know if you have solution for this Issue.
> > > >
> > > > Regards,
> > > > Bhaskar.
> > > >
> > > >
> > > > "Alexander Bosch" wrote:
> > > >
> > > > > Do you have Service Pack 1 of .NET 1.1 by any chance?
> > > > > Are you doing a Server.Transfer ("SamePage.aspx ",true) with this bool
> > > value
> > > > > as true to preserve the Forms Collections?
> > > > > I'm asking all this questions because I have a similar problem and > I'm
> > > > > trying to see if it's a bug.
> > > > > thanks,
> > > > > Alexander
> > > > > "Raju" <Ra**@discussio ns.microsoft.co m> wrote in message
> > > > > news:95******** *************** ***********@mic rosoft.com...
> > > > > > Hi ,
> > > > > >
> > > > > > We are develoed the .net application(asp .net, vb.net and sql
> server ).
> > > > > Till
> > > > > > yesterday there was no problem with the application. Is was
> working
> > > fine.
> > > > > > In our application we have one Lock and Unlock Button. When you > click
> > > on
> > > > > > Lock button, the page will turn into ReadOnly mode. When you
click
> on
> > > > > Unlock
> > > > > > the page will turn into Edit Mode.
> > > > > > Now When I press the Lock or Unlock Button after 2 to 3 minutes in
> the
> > > > > > Browser iam getting the below error message.
> > > > > > --------
> > > > > > Server Application Unavailable
> > > > > > The web application you are attempting to access on this web
> server is
> > > > > > currently unavailable. Please hit the "Refresh" button in your web
> > > browser
> > > > > to
> > > > > > retry your request.
> > > > > >
> > > > > > Administrator Note: An error message detailing the cause of this > > > specific
> > > > > > request failure can be found in the application event log of the > web
> > > > > server.
> > > > > > Please review this log entry to discover what caused this error to
> > > occur.
> > > > > > --------
> > > > > >
> > > > > > In the Event Logs the error description is:
> > > > > > Event ID: 1001
> > > > > > aspnet_wp.exe (PID: 500) was recycled because memory consumption > > > exceeded
> > > > > > the 305 MB (60 percent of available RAM).
> > > > > >
> > > > > > We are using .Net framework version1.1. Iam not able to figure it
> out
> > > this
> > > > > > problem.
> > > > > > Can anyone please help on this issue.
> > > > > > You help is much appriciated.
> > > > > >
> > > > > >
> > > > > > Regards,
> > > > > > Bhaskar.
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
>
>


Nov 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
952
by: Sheldon Beddow | last post by:
Hello All I hope I am posting this question in the right place. I am running into a situation on one of our web servers that is casuing an Event ID: 1001, and states: aspnet_wp.exe (PID: xxxx) was recycled because memory consumption exceeded the 306 MB (60 percent of available RAM) Is there anyone out there that could point me in the...
7
2054
by: Tim Mulholland | last post by:
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088) ..Net Framework (1.1.4322) WMP 10.00.00.3646 Every time i try to open a specific ASP.Net project containing about 175 files The following error is logged under the Application folder in the Event Viewer:
1
1858
by: Kiran Kumar | last post by:
Hi All, I am working on ASP.Net these days and have come across a problem with the aspnet_wp process. I have seen many posts on the web related to the same problem which is : aspnet_wp.exe (PID: xxx) was recycled because memory soncumption exceeded the zz MB (60 percent of available RAM). I tried out the following alternative :- change...
1
3936
by: tony_wang | last post by:
Event ID 1000 aspnet_wp.exe (PID: 1956) was recycled because memory consumption exceeded the 613 MB (60 percent of available RAM). Can you tell me how to fix this error? OS: window 2000 server dotnetframework: 1.0 Physical Memory: 1G
4
1533
by: ringo | last post by:
Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs: aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM) The app I'm running doesn't deal with anything even approaching large...
4
1830
by: José Miguel del Río Martínez | last post by:
Hi, we are experiencing event ID 1001 (aspnet_wp.exe recycled due to memory consumption) in our website. The aspnet_wp.exe consumes up to 613 Mb (60% of RAM) and then recycles itself. According to MS docs, as: - .NET CLR Memory / # Bytes in all Heaps is low - Process / aspnet_wp / Private bytes is high (aprox. 613 Mb) we guess it is mostly...
2
5155
by: RaptorsFan | last post by:
aspnet_wp process accumulates memory usage up to the point when it's more than 60% of available RAM (2G) and none of .NET applications function. Sometimes user is able to login, navigate between the pages but can't perform any operations that generate thing like PDF files using Crystal Reports etc. Sometimes the application can't even be...
0
1140
by: SenthilVel | last post by:
Hi all, am facing an error when i execute my aspx page for reporting. i query the db and get the data in a dataset and bind to the datagrid. my query is returning me a considerable big amount of data. The error message which i get in the event log is :
1
1905
by: SenthilVel | last post by:
Hi all, am facing an error when i execute my aspx page for reporting. i query the db and get the data in a dataset and bind to the datagrid. my query is returning me a considerable big amount of data. The error message which i get in the event log is :
0
7912
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7839
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8216
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3837
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
1180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.