EmbeddedResourceVirtualPathProvider icon indicating copy to clipboard operation
EmbeddedResourceVirtualPathProvider copied to clipboard

A custom VirtualPathProvider for IIS - load views and assets from Embedded Resources in referenced assemblies

Results 6 EmbeddedResourceVirtualPathProvider issues
Sort by recently updated
recently updated
newest added

Take FormFactory as example, following step 2 in [this link]( http://formfactoryaspmvc.azurewebsites.net/ ) adding ``` ``` __EXPECT__:      _`FormFactory.css` to load correctly_ __ACTUAL__:      _404 not found_ The embedded resource namespace is `FormFactory.Content.FormFactory.FormFactory.css` The EmbeddedResourcePath...

Publishing a web app that has the _**Precompile during publishing**_ option ticked, causes any embedded resources from other projects/dlls to be missing - tested with **.cshtml**, **.css**, **.js** files. Another...

I want to have URLs like localhost:64296/SomeAssemblyName/Home/Index and localhost:64296/OtherAssemblyName/Home/Index which can load my views from different assemblies depends on its URL Could you give me a hint how I can...

When I used the technique described in "Enabling debugging for embedded razor views". If I put a breakpoint on the host constructor when a embedded Razor page is called, GetResourceFromVirtualPath()...

Hi there, I know I've read this somewhere in an article about this project - but I can't seem to find it now so I thought I would put it...

Not sure how you feel about this, but at my work I always avoid having binaries in repositories.