Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Incredible CPU overload with W2K3/IIS6 and ASP.net

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
IIS6 in W2K3-Web not able to log REFERER field? - Hello, I was just looking to the logfile in IIS why the logfiles don't contain the But the tree-view in the logging box is empty!?! Does anyone know if this is another crazy in the

IIS6 on W2k3 and Frontpage Extensions - I have a W2k3 Web Server which is to be a Frontpage web server using an attached storage device for the websites. I create the sites using the OWSADM tool and thats all working The problem I have is making folders in

Tring to get NNTP to work on IIS6 W2k3 - I'm having he hardest time getting the nntp service to work. After I installed the nntp service through Add remove windows component I then added a news group. When I browse my news server through outlook express I am able to subscribe to my new news..

w2k3 ftp server + RAS & VPN - Sorry for now it is I think more people are on this list, because holiday's are over (for most of us). I have setup Windows 2003 Server with RRAS VPN, NAT and IIS 6 as FTP server. I did this without manually tweaking stuff, I have..

Perfs in IIS on W2K3 web server - Hi! I am looking for tool which can improves the of a IIS6.0. That's because since I update my serveur to webserver 2K3, I have a big problem of time response. I suppose there is some option (that I probably Ignore), that have to be
Author Message
flottant75

External


Since: Oct 18, 2003
Posts: 1



(Msg. 1) Posted: Sat Oct 18, 2003 10:45 am
Post subject: Incredible CPU overload with W2K3/IIS6 and ASP.net
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

can't understand how works W2K3/II6 with ASP.net webpages. Here is my
story :

I work with a P4 2.4 GHz dedicated server with 1 GO RAM and 80 Go HD.
Just to say that my system is OK to serve webpages.

I began several weeks ago to notice that without no reason, my CPU was
100% overloaded. I see Windows Tasks Manager and notice an unknown
W3WP.exe process taking all CPU.

Now, my website is in production, and for no special reason, CPU goes
to 100% during a minute or two. Probably the worker process that do
something, but what ?!

So I decide to reconfigure IIS isolation mode, and check "Run WWW
service in IIS 5.0 isolation mode" checkbox.

What's the change ? Always an overloading, but instead of w3wp.exe
process, this is aspnet_wp.exe process that do the trip.

EVEN WHEN I STOP ALL MY WEBSITES, aspnet_wp.exe process makes my CPU
goes to 100% for several minutes after.

What's this ? I usually works with IIS5/W2K - ASP.net, and I have
never see such waste of CPU and time.

thank you for help !

Frederic

 >> Stay informed about: Incredible CPU overload with W2K3/IIS6 and ASP.net 
Back to top
Login to vote
user653

External


Since: Aug 25, 2003
Posts: 54



(Msg. 2) Posted: Sat Oct 18, 2003 9:00 pm
Post subject: Re: Incredible CPU overload with W2K3/IIS6 and ASP.net [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey ~

The first thing - I do not recommend leaving your site in IIS 5 Isolation
Mode. However, the difference is significant when you change the process
model. I think you have done a good job of isolating the problem to ASP.net
since you have determined that the CPU spike is being caused by
aspnet_wp.exe. This process is only used in IIS 5 and IIS 5 Isolation Mode.
In IIS 6, ASP.net applications are run in the native IIS 6 worker process -
w3wp.

If you would like further proof this being in one of your ASP.net
applications - then prohibit ASP.Net applications in Web Services Extension.
This will of course kill ASP.Net on your server but should show that the
problem is 100 percent in your application.

Beyond that, I can only recommend looking closely at your ASP.net apps and
what they are doing...

Hope this helps,
~Chris (MSFT)
IIS Supportability Lead

"Frederic" <flottant75.TakeThisOut@ifrance.com> wrote in message
news:d84ffc13.0310180645.4c57067e@posting.google.com...
 > Hello,
 >
 > can't understand how works W2K3/II6 with ASP.net webpages. Here is my
 > story :
 >
 > I work with a P4 2.4 GHz dedicated server with 1 GO RAM and 80 Go HD.
 > Just to say that my system is OK to serve webpages.
 >
 > I began several weeks ago to notice that without no reason, my CPU was
 > 100% overloaded. I see Windows Tasks Manager and notice an unknown
 > W3WP.exe process taking all CPU.
 >
 > Now, my website is in production, and for no special reason, CPU goes
 > to 100% during a minute or two. Probably the worker process that do
 > something, but what ?!
 >
 > So I decide to reconfigure IIS isolation mode, and check "Run WWW
 > service in IIS 5.0 isolation mode" checkbox.
 >
 > What's the change ? Always an overloading, but instead of w3wp.exe
 > process, this is aspnet_wp.exe process that do the trip.
 >
 > EVEN WHEN I STOP ALL MY WEBSITES, aspnet_wp.exe process makes my CPU
 > goes to 100% for several minutes after.
 >
 > What's this ? I usually works with IIS5/W2K - ASP.net, and I have
 > never see such waste of CPU and time.
 >
 > thank you for help !
 >
 > Frederic<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Incredible CPU overload with W2K3/IIS6 and ASP.net 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 3) Posted: Sun Oct 19, 2003 9:11 pm
Post subject: Re: Incredible CPU overload with W2K3/IIS6 and ASP.net [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is some sort of performance problem within ASP.Net (ASP.Net uses
aspnet_wp.exe in IIS5 Isolation Mode and w3wp.exe in IIS6 Worker Process
Isolation Mode). It is either with your code or ASP.Net, so you'll want to
ask the ASP.Net newsgroup.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Frederic" <flottant75 RemoveThis @ifrance.com> wrote in message
news:d84ffc13.0310180645.4c57067e@posting.google.com...
Hello,

can't understand how works W2K3/II6 with ASP.net webpages. Here is my
story :

I work with a P4 2.4 GHz dedicated server with 1 GO RAM and 80 Go HD.
Just to say that my system is OK to serve webpages.

I began several weeks ago to notice that without no reason, my CPU was
100% overloaded. I see Windows Tasks Manager and notice an unknown
W3WP.exe process taking all CPU.

Now, my website is in production, and for no special reason, CPU goes
to 100% during a minute or two. Probably the worker process that do
something, but what ?!

So I decide to reconfigure IIS isolation mode, and check "Run WWW
service in IIS 5.0 isolation mode" checkbox.

What's the change ? Always an overloading, but instead of w3wp.exe
process, this is aspnet_wp.exe process that do the trip.

EVEN WHEN I STOP ALL MY WEBSITES, aspnet_wp.exe process makes my CPU
goes to 100% for several minutes after.

What's this ? I usually works with IIS5/W2K - ASP.net, and I have
never see such waste of CPU and time.

thank you for help !

Frederic
 >> Stay informed about: Incredible CPU overload with W2K3/IIS6 and ASP.net 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]