Link to home
Start Free TrialLog in
Avatar of thomasm1948
thomasm1948Flag for United States of America

asked on

Windows 2003 IIS error event ID 2262

Hi,

I am getting a dead lock error on our IIS server.  Usually this is caused when an ASP.NET 2.0 control has multiple duplicate properties.  In this case our web developer says that there are no duplicate properties in his code.

Is there a better solution for this?
ASKER CERTIFIED SOLUTION
Avatar of James Murrell
James Murrell
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thomasm1948

ASKER

OK, made some adjustments on the IIS server and it seems to be working now.

In the DeaafultAppPool under Recycling I unchecked recycle worker processes (in minutes) and enabled maximum used memory (in megabytes) to 60% of the physical memory size.  In my case it was 1800

Thank you for your help