My app quits serving static files after the Windows April Update
问题 I have an app where the Content folder is filled by another process that builds a frontend app, and the Visual Studio project itself doesn't know what's in the folder. I set up the web.config with a standard <staticContent> node and <modules runAllManagedModulesForAllRequests="true"> . I have my RouteConfig set up with routes.IgnoreRoute("content/*"); The app typically runs with IIS Express, but I have also run it with IIS proper. This has all worked fine to load js, css, and other static