mcintyre321 / EmbeddedResourceVirtualPathProvider

A custom VirtualPathProvider for IIS - load views and assets from Embedded Resources in referenced assemblies
http://www.adverseconditionals.com/2011/07/portable-aspnet-code-using.html
MIT License
63 stars 42 forks source link

Load views from different assemblies based the URL #37

Open unosbaghaie opened 7 years ago

unosbaghaie commented 7 years ago

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 Achieve it?