Prevent IIS from serving static files through ASP.NET pipeline
问题 Requests for my css, js, image files are being served through the ASP.NET pipeline. I thought IIS by default avoided this, but I see the requests on my Application_AuthenticateRequest breakpoint and there's no need to actually authenticate those requests. I've seen conflicting approaches to change this behavior - What is the best way to do this? 回答1: I'm taking a guess here and suspect that you have the following setting configured in your web.config file: <modules