473,466 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Create 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 2865
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**@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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,...Hopefully one of the Microsoft support guys or a Microsoft MVP will
put more light into this issue

Alexander
"Raju" <Ra**@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
> news:95**********************************@microsof t.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********************@news20.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,...Hopefully one of the Microsoft support guys or a Microsoft MVP will put more light into this issue

Alexander
"Raju" <Ra**@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
> > news:95**********************************@microsof t.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.Redirect() 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********************@news20.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,...Hopefully one of the Microsoft support guys or a Microsoft MVP

will
put more light into this issue

Alexander
"Raju" <Ra**@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
> news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
> > > news:95**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
news:01**********************************@microsof t.com...
Hi,

After changing the server.transfer() to Response.Redirect() 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********************@news20.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,...Hopefully one of the Microsoft support guys or a Microsoft MVP will
put more light into this issue

Alexander
"Raju" <Ra**@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
> > news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
> > > > news:95**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
news:01**********************************@microsof t.com...
Hi,

After changing the server.transfer() to Response.Redirect() 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********************@news20.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,...Hopefully one of the Microsoft support guys or a Microsoft MVP will
> put more light into this issue
>
> Alexander
>
>
> "Raju" <Ra**@discussions.microsoft.com> wrote in message
> news:17**********************************@microsof t.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...on 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**@discussions.microsoft.com> wrote in message
> > > news:D7**********************************@microsof t.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**@discussions.microsoft.com> wrote in message
> > > > > news:95**********************************@microsof t.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
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)...
7
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...
1
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:...
1
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...
4
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...
4
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...
2
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...
0
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...
1
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.