Scott Hanselman

Watch IIS communicate wtih ASP.NET

January 07, 2003 Comment on this post [0] Posted in Web Services | ASP.NET
Sponsored By

Since ASP.NET "speaks" named pipes with IIS...

  • Download the FileMon utility from SysInternals
  • Run FileMon and select Drives->Named Pipes only
  • Set from Edit->Filters/Highlights to asp*.exe;inet*.exe to show only the named pipes between ASPNET_WP.EXE and INETINFO.EXE.
  • You should see a periodic write from ASPNET_WP.EXE and read from INETINFO.EXE (some ping mechanism)
  • Kill ASPNET_WP.EXE and you'll see the intital startup and handshake as inetinfo starts ASPNET_WP.EXE up again

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.