I could also have called this "wildcard .NET mapping in IIS Express from web.config." I'm sure that, like, everyone out there but me has figured this out by now, but... well, I'll blog it anyway. Problem: Your ASP.NET web site has a VirtualPathProvider that serves static files (e.g., .jpg, .css, etc.). It works great in the Visual Studio development web server but switching to IIS Express, it suddenly doesn't work. My team has just such a provider that serves static files out of embedded resources. We switched from Cassini over to IIS Express and couldn't for the...