Showing posts with label period. Show all posts
Showing posts with label period. Show all posts

Saturday, March 31, 2012

Strange 100% CPU issue with asp_wp

Hello,
We are having some issues with our .NET web applications. Every so
often a computer will peg its CPU at 100% for some period of time. I am
told anywhere between 30mins and 2 hours. I have seen some kb articles
about asp_wp and 100% but I do not believe that is our issues. I am
fairly certain that the probelm is caused by one of the applications
running on the server. Ok so here are the questions.
Are there any perfmons that can be used to determine which asp.net app
is causing the cpu to spike up?
Is there any code that can be written to see what is happening?
What I am trying to accomplish is to determine the offending
application. What toold exist?
Thanks
RichHi Rich
As for the 100% cpu and troubleshooting on multi-web app server problem.
There are different options which depend on the server's OS version. Is
your webserver win2k server or win2003 server?
If you're using the Win2k server, since the processModel are the fixed
isolation mode. All the web application shared the same workerprocess.
There hasn't any buildin means or tools to determine which app caues the
problem. We have to test them one by one.
However , on win2k3 box, the IIS6 has provided a new workerprocess
isolation model( application pool model) which can let use isolate each web
application in a separate workproesss. You can have a look at the following
reference discussing on this:
#Chapter 20 C Hosting Multiple Web Applications
http://msdn.microsoft.com/library/d...-us/dnnetsec/ht
ml/thcmch20.asp
Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Thanks for the feedback. This is a W2K server hosting these
applications. So I am left with the testing of individual applications.
Would this testing be done in a traditional manner (ie click and watch)?
If so I was hoping for something a little more than that. Any other
ideas? Thanks
Rich
In article <9LvS$c4eEHA.1600@.cpmsftngxa06.phx.gbl>, you say...
> Hi Rich
> As for the 100% cpu and troubleshooting on multi-web app server problem.
> There are different options which depend on the server's OS version. Is
> your webserver win2k server or win2003 server?
> If you're using the Win2k server, since the processModel are the fixed
> isolation mode. All the web application shared the same workerprocess.
> There hasn't any buildin means or tools to determine which app caues the
> problem. We have to test them one by one.
> However , on win2k3 box, the IIS6 has provided a new workerprocess
> isolation model( application pool model) which can let use isolate each we
b
> application in a separate workproesss. You can have a look at the followin
g
> reference discussing on this:
> #Chapter 20 =3FC Hosting Multiple Web Applications
> http://msdn.microsoft.com/library/d...ft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
> Get Preview at ASP.NET whidbey
> http://msdn.microsoft.com/asp.net/whidbey/default.aspx
>
>
>
Hi Rich,
Thanks for your followup. As for such problem, if you have found the web
application which cause the problem, I think you'd better continue to
narrow down the problem to some certain web pages or component which may be
the root cause. Also, you can have a check directly in the code logic to
see whether there is any potential issues. Currnetly there're any
particular tools focus on such problem.
In addition, if you still feel on this issue, I recommend that you
request a regular case on it since intensive troubleshooting(such as Dump
analyse) would be done quickly and effectively with direct assistance from
a Microsoft Support Professional through Microsoft Product Support
Services.
Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Thanks Steven. I was afraid there would be no way of tracking this
down. If we can't find the app we will contact MPS. Rich
In article <Cvm$ywefEHA.3212@.cpmsftngxa06.phx.gbl>, v-
schang@.online.microsoft.com says...
> Hi Rich,
> Thanks for your followup. As for such problem, if you have found the web
> application which cause the problem, I think you'd better continue to
> narrow down the problem to some certain web pages or component which may b
e
> the root cause. Also, you can have a check directly in the code logic to
> see whether there is any potential issues. Currnetly there're any
> particular tools focus on such problem.
> In addition, if you still feel on this issue, I recommend that yo
u
> request a regular case on it since intensive troubleshooting(such as Dump
> analyse) would be done quickly and effectively with direct assistance from
> a Microsoft Support Professional through Microsoft Product Support
> Services.
> Thanks.
>
> Regards,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
> Get Preview at ASP.NET whidbey
> http://msdn.microsoft.com/asp.net/whidbey/default.aspx
>

Strange 100% CPU issue with asp_wp

Hello,
We are having some issues with our .NET web applications. Every so
often a computer will peg its CPU at 100% for some period of time. I am
told anywhere between 30mins and 2 hours. I have seen some kb articles
about asp_wp and 100% but I do not believe that is our issues. I am
fairly certain that the probelm is caused by one of the applications
running on the server. Ok so here are the questions.

Are there any perfmons that can be used to determine which asp.net app
is causing the cpu to spike up?

Is there any code that can be written to see what is happening?

What I am trying to accomplish is to determine the offending
application. What toold exist?

Thanks

RichHi Rich

As for the 100% cpu and troubleshooting on multi-web app server problem.
There are different options which depend on the server's OS version. Is
your webserver win2k server or win2003 server?

If you're using the Win2k server, since the processModel are the fixed
isolation mode. All the web application shared the same workerprocess.
There hasn't any buildin means or tools to determine which app caues the
problem. We have to test them one by one.

However , on win2k3 box, the IIS6 has provided a new workerprocess
isolation model( application pool model) which can let use isolate each web
application in a separate workproesss. You can have a look at the following
reference discussing on this:

#Chapter 20 C Hosting Multiple Web Applications
http://msdn.microsoft.com/library/d...-us/dnnetsec/ht
ml/thcmch20.asp

Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Thanks for the feedback. This is a W2K server hosting these
applications. So I am left with the testing of individual applications.
Would this testing be done in a traditional manner (ie click and watch)?
If so I was hoping for something a little more than that. Any other
ideas? Thanks

Rich

In article <9LvS$c4eEHA.1600@.cpmsftngxa06.phx.gbl>, you say...
> Hi Rich
> As for the 100% cpu and troubleshooting on multi-web app server problem.
> There are different options which depend on the server's OS version. Is
> your webserver win2k server or win2003 server?
> If you're using the Win2k server, since the processModel are the fixed
> isolation mode. All the web application shared the same workerprocess.
> There hasn't any buildin means or tools to determine which app caues the
> problem. We have to test them one by one.
> However , on win2k3 box, the IIS6 has provided a new workerprocess
> isolation model( application pool model) which can let use isolate each web
> application in a separate workproesss. You can have a look at the following
> reference discussing on this:
> #Chapter 20 =3FC Hosting Multiple Web Applications
> http://msdn.microsoft.com/library/d...-us/dnnetsec/ht
> ml/thcmch20.asp
>
> Thanks.
> Regards,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
> Get Preview at ASP.NET whidbey
> http://msdn.microsoft.com/asp.net/whidbey/default.aspx
>
>
Hi Rich,

Thanks for your followup. As for such problem, if you have found the web
application which cause the problem, I think you'd better continue to
narrow down the problem to some certain web pages or component which may be
the root cause. Also, you can have a check directly in the code logic to
see whether there is any potential issues. Currnetly there're any
particular tools focus on such problem.
In addition, if you still feel confused on this issue, I recommend that you
request a regular case on it since intensive troubleshooting(such as Dump
analyse) would be done quickly and effectively with direct assistance from
a Microsoft Support Professional through Microsoft Product Support
Services.

Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
Thanks Steven. I was afraid there would be no way of tracking this
down. If we can't find the app we will contact MPS. Rich

In article <Cvm$ywefEHA.3212@.cpmsftngxa06.phx.gbl>, v-
schang@.online.microsoft.com says...
> Hi Rich,
> Thanks for your followup. As for such problem, if you have found the web
> application which cause the problem, I think you'd better continue to
> narrow down the problem to some certain web pages or component which may be
> the root cause. Also, you can have a check directly in the code logic to
> see whether there is any potential issues. Currnetly there're any
> particular tools focus on such problem.
> In addition, if you still feel confused on this issue, I recommend that you
> request a regular case on it since intensive troubleshooting(such as Dump
> analyse) would be done quickly and effectively with direct assistance from
> a Microsoft Support Professional through Microsoft Product Support
> Services.
> Thanks.
>
> Regards,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
> Get Preview at ASP.NET whidbey
> http://msdn.microsoft.com/asp.net/whidbey/default.aspx
>

Tuesday, March 13, 2012

strange problem since migrating to server 2003

Some screens of the web application simply do not respond to events period.
Once you get to the screen, none of the buttons work. Does not respond to
events period.
After the first time it happened, I simply recompiled and everything was
back to normal. Now that I have deployed a new version, random screens
refuse to respond to events.
The only difference is that we have migrated to server 2003. This never
happened (at least not this kind of problem) with 2000. Sorry I can't be
more specific, but that is what's been happening.Followup.
This is only a problem with IE, not with Netscape or FireFox.
And it's not just my machine. And it's consistent.
So why does Microsoft's OWN browser fail to work?

> Some screens of the web application simply do not respond to events
period.
> Once you get to the screen, none of the buttons work. Does not respond to
> events period.
> After the first time it happened, I simply recompiled and everything was
> back to normal. Now that I have deployed a new version, random screens
> refuse to respond to events.
> The only difference is that we have migrated to server 2003. This never
> happened (at least not this kind of problem) with 2000. Sorry I can't be
> more specific, but that is what's been happening.
>
Looks like it's another instance of the latest ASP.NET service pack problem.
It is reported by many. Look for example at yesterday's thread re: ASP.NET
problem.
Eliyahu
"David C" <nospam@.nospam.com> wrote in message
news:hQxbd.7357$Kl3.3874@.twister.socal.rr.com...
> Followup.
> This is only a problem with IE, not with Netscape or FireFox.
> And it's not just my machine. And it's consistent.
> So why does Microsoft's OWN browser fail to work?
>
> period.
to
be
>
Are you hitting the web application from Internet Explorer on Windows
2003?
IE on 2003 is locked down - will not run ActiveX, will not run
JavaScript. Not executing JavaScript will break any asp.net form.
These are the default settings.
I would not advise turning off the hardened security features,
instead, add the server(s) with the asp.net application to the list of
trusted sites in IE.
Scott
http://www.OdeToCode.com/blogs/scott/
On Thu, 14 Oct 2004 16:06:47 GMT, "David C" <nospam@.nospam.com> wrote:

>Some screens of the web application simply do not respond to events period.
>Once you get to the screen, none of the buttons work. Does not respond to
>events period.
>After the first time it happened, I simply recompiled and everything was
>back to normal. Now that I have deployed a new version, random screens
>refuse to respond to events.
>The only difference is that we have migrated to server 2003. This never
>happened (at least not this kind of problem) with 2000. Sorry I can't be
>more specific, but that is what's been happening.
>

strange problem since migrating to server 2003

Some screens of the web application simply do not respond to events period.
Once you get to the screen, none of the buttons work. Does not respond to
events period.

After the first time it happened, I simply recompiled and everything was
back to normal. Now that I have deployed a new version, random screens
refuse to respond to events.

The only difference is that we have migrated to server 2003. This never
happened (at least not this kind of problem) with 2000. Sorry I can't be
more specific, but that is what's been happening.Followup.

This is only a problem with IE, not with Netscape or FireFox.

And it's not just my machine. And it's consistent.

So why does Microsoft's OWN browser fail to work?

> Some screens of the web application simply do not respond to events
period.
> Once you get to the screen, none of the buttons work. Does not respond to
> events period.
> After the first time it happened, I simply recompiled and everything was
> back to normal. Now that I have deployed a new version, random screens
> refuse to respond to events.
> The only difference is that we have migrated to server 2003. This never
> happened (at least not this kind of problem) with 2000. Sorry I can't be
> more specific, but that is what's been happening.
Looks like it's another instance of the latest ASP.NET service pack problem.
It is reported by many. Look for example at yesterday's thread re: ASP.NET
problem.

Eliyahu

"David C" <nospam@.nospam.com> wrote in message
news:hQxbd.7357$Kl3.3874@.twister.socal.rr.com...
> Followup.
> This is only a problem with IE, not with Netscape or FireFox.
> And it's not just my machine. And it's consistent.
> So why does Microsoft's OWN browser fail to work?
> > Some screens of the web application simply do not respond to events
> period.
> > Once you get to the screen, none of the buttons work. Does not respond
to
> > events period.
> > After the first time it happened, I simply recompiled and everything was
> > back to normal. Now that I have deployed a new version, random screens
> > refuse to respond to events.
> > The only difference is that we have migrated to server 2003. This never
> > happened (at least not this kind of problem) with 2000. Sorry I can't
be
> > more specific, but that is what's been happening.
Are you hitting the web application from Internet Explorer on Windows
2003?

IE on 2003 is locked down - will not run ActiveX, will not run
JavaScript. Not executing JavaScript will break any asp.net form.
These are the default settings.

I would not advise turning off the hardened security features,
instead, add the server(s) with the asp.net application to the list of
trusted sites in IE.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 14 Oct 2004 16:06:47 GMT, "David C" <nospam@.nospam.com> wrote:

>Some screens of the web application simply do not respond to events period.
>Once you get to the screen, none of the buttons work. Does not respond to
>events period.
>After the first time it happened, I simply recompiled and everything was
>back to normal. Now that I have deployed a new version, random screens
>refuse to respond to events.
>The only difference is that we have migrated to server 2003. This never
>happened (at least not this kind of problem) with 2000. Sorry I can't be
>more specific, but that is what's been happening.