-
Posted to
ASP.NET Administration
by
artisticcheese
on
10-20-2009, 11:08 AM
Is somebody still experiencing this issue. By default only Network Service/Administrators/Local Service have access to SMTP key in metabase. You need to grant read permission to your account, I just gave "everyone" read in order not to deal with all possible permutations of accounts.
Also download IIS resource kit and use Metabase ...
-
Posted to
Troubleshooting
by
artisticcheese
on
10-07-2009, 10:38 AM
Hi,
I'm troubleshooting Sharepoint perfomance problem and since Sharepoint maps everything through ASP.NET I setup ASP.NET\Requests Current and saw it climb to 5000. My understanding this value shall be number of processors x 25 threads, so on dual proc shall not exceed 50 (no modifications were done to machine.config).
Any ideas?
-
Posted to
IIS.NET Site Feedback
by
artisticcheese
on
09-28-2009, 5:07 PM
Downloads lists Homer (http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1298) as available to download. Yet, link ends up as 404 error.
-
Posted to
Classic ASP
by
artisticcheese
on
06-09-2009, 5:56 PM
My server is quad-proc, for whatever reason only 1 CPU is used to process ASP page. I see 100 CPU utilization on 1 processor and others are idle.
I run DebugDiag and it come up with
Detected possible blocking or leaked critical section at 0x03391ef4 owned by thread 74 in dllhost.exe__IIS Out-Of-Process Pooled ...
-
Posted to
IIS7 - Performance
by
artisticcheese
on
09-05-2008, 3:08 PM
According to WCAT report 512 MBps are pushed. 100% of CPU time spent in kernel.
What tool can I use to find what is taking most CPU time in kernel?
-
Posted to
IIS7 - Performance
by
artisticcheese
on
09-05-2008, 9:44 AM
I have used VS 2008 with 2 load agents to stress test virtual IIS 7 box. All I was getting is PDF file from root of IIS.
To my surprise IIS 7 pegged at 100% CPU. CPU is eating by DPC and System process. Top thread is having http.sys which I would guess will be expected. My question is if this results are expected.
I used also kernrate and ...