I am using Owin File System to host static files. I got some information from the following:
Using a wwwroot folder (ASP.NET 5 style) in ASP.NET 4.5 project
I am good with hosting static files from wwwroot. There is a index.html which the URL fetches back.
However what I need is another website called wwwroot2 to be hosted under same application. How do I achieve that? I tried duplicating the about code for new file system. That doesn't work.