Running a custom VirtualPathProvider with a PreCompiled website
- by epilog
Hi, currently I have a custom VirtualPathProvider in a Asp.net MVC web application.
This VirtualPathProvider checks the Area from the route "/{Area}/{Controller}/..." and uses the NameSpace.{Area}.Main.dll module to return the views that are contained in that assembly as Embedded Resources.
This works great and I don't have to deploy any ascx,…