VirtualPathProvider not working in IIS7
See the question and my original answer on StackOverflowUnder IIS7, maybe you should try to add this to your web.config:
<system.webServer>
...
<modules runAllManagedModulesForAllRequests="true" ... />
...
</system.webServer>