Click here to Skip to main content
16,022,205 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
When I open windows Task Manager and go to the resource monitor I see that 100% usage is because of IIS Worker Process. I have Only One Project in Windows Server 2016 Stranded VPS Server.

What I have tried:

i have also try to restart iis and server both but after restart iis and Server Again IIS Worker Process usage 100%.

but i have stop that site and create new one then it's Working Fine.so Please Any one Provide Proper Solution for Following.

How can I Check Which Code Crate an Issues in My Web application and How to Resolve it ?
Posted
Comments
Richard Deeming 5-Jul-24 6:16am    
You need to profile your code to find out what's eating your CPU. Nobody else can do that for you.

1 solution

As richard has said, you need to profile your code.
Try this: Start Profiling an ASP.NET Core App using IIS Express and .NET Core | .NET Memory Profiler Documentation[^] - it may give you ideas even if you aren't using a Core app.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900