Configure IIS7 to server static content through ASP.NET Runtime
问题 I searched high an low and still cannot find a definite answer. How do I configure IIS 7.0 or a Web Application in IIS so that ASP.NET Runtime will handle all requests -- including ones to static files like *.js , *.gif , etc? What I'm trying to do is as follows. We have kind of SaaSy site, which we can "brand" for every customer. "Branding" means developing a custom master page and using a bunch of *.css and other images. Quite naturally, I'm using VirtualPathProvider , which operates like