Reputation: 1
Just like we have SQL Profiler tool which gives us info as what SPs, queries are running in SQL Server
Similarly i want to know is there a tool for IIS so that i can know which DLLs are being used while i run my website in localhost.
Upvotes: 0
Views: 62
Reputation: 119806
WinDbg and SOS will help you out:
Here are a couple of great resources on using WinDbg, SOS and ADPlus:
If broken it is, fix it you should (Tess Ferrandez)
Speaking of Which (Johan Straarup)
Upvotes: 1