Sign In
Parag's Weblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
About
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET 2.0
ASP.NET Datagrid
Custom Control Development
Internet Information Server (IIS)
Misc. Category
Pages
Performance
Session State Management
Support Cases
VSTS
Archive
Archives
July 2009
(2)
April 2007
(1)
July 2006
(1)
May 2006
(2)
April 2006
(1)
March 2006
(4)
February 2006
(4)
January 2006
(3)
December 2005
(6)
November 2005
(3)
ASP.NET - Getting 0 value for Request/Sec and Total Req. in performance monitor
MSDN Blogs
>
Parag's Weblog
>
ASP.NET - Getting 0 value for Request/Sec and Total Req. in performance monitor
ASP.NET - Getting 0 value for Request/Sec and Total Req. in performance monitor
Parag Agarwal
2 Apr 2006 6:15 AM
Comments
1
Things to check: -
Check the following registry key
HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_1.1.4322\Performance\Library
and make sure that it is pointing to correct version of aspnet_isapi.dll.
Shutdown IIS and remote registry services.
Run commands
unlodctr ASP.NET_1.1.4322
unlodctr ASP.NET
Then from %Framework% folder, run the following commands: -
lodctr aspnet_perf.ini
unlodctr aspnet_perf2.ini
After that restart IIS and remote registry services.
Check whether the following key exists,
HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_1.1.4322\Names
If the machine is a Domain Controller, we should have IWAM account instead of ASPNET (NETWORK SERVICE) account in the permissions list for the above registry keys.
If that still doesn’t resolve the issue then we might be loosing on the required permissions. Worker process identity should have the effective permissions given below on the following registry key
HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_1.1.4322\Names
Query Value
Set Value
Create Subkey
Enumerate Subkeys
Notify
Read Control
Hope that helps!!!
Parag
1 Comments
Support Cases
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 1 and 8 and type the answer here:
Post