I have implemented VirtualPathProvider class so I can keep all my views in the database instead of FileSystem of web server.
It seems MVC requests aspx page correctly from Database, but unable to request related codebehind .cs files and throws error as unable to load the code-behind class file.
This virtuslPathProvider works like charm with normal Web Form.
Are there any specific changes I will have to make to MVC framework or any other stuff?
Thanks & Regards, Ajay