I have a scenario where certain aspx files are loaded from database dynamically on request and i have a virtual path provider to handle the same. It works pretty well during debugging, i.e. in cassini server. However when hosted on IIS7, though the module is loaded, it does not handle any of the files (extensions) it handles during debugging. I checked the web.config and httpHandlers section has the right entries. I tried both the Classic mode and Integrated mode, however it remains the same.
I tried both Classic as well as integrated, both seems to have problems. Did anybody have a chance to make it work?