tags:

views:

16

answers:

1

Hi, Just like we have SQL Profiler tool which gives us info as what sp's ,queries are running in SQL Server

Similarly i want to know is there a tool for IIS so that i can know which dll's are being used while i run my website in localhost.

A: 

WinDbg and SOS will help you out:

Investigating ASP.Net Memory Issues using WinDbg and SOS

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)

Kev