I am currently running performance tests on a .net web application written in c#. I have test tool that simulates a load of 200 users on a windows server 2008.
This is resulting in very hign cpu useage of ~80% which is a concern for me. I feel it may be an issue in my code as its the work process for web application that is causing the high cpu useage.
How can I debug in to this further to help find what the issue may be with my code that is causing this? Are there any tools that I could use to assist me with this? I am running perf monitor on the server to collect states but this only goes so far in assisting me.