sajad
sajad

Reputation: 1

Is there a tool to know which DLLs are running a website in IIS

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

Answers (1)

Kev
Kev

Reputation: 119806

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)

Upvotes: 1

Related Questions