in asp.net 5 is it possible to store and read custom files in approot instead of wwwroot?
问题 when you deploy an asp.net5/mvc6 app there is the wwwroot folder where web assets like css, js, images belong, and there is approot folder where packages and source code belong. It seems that classes in the Microsoft.Framework.Configuration namespace for example must be able to read files from below approot since that is where config.json files would live. What I want to know is, is it possible to store and read custom files of my own in approot? and if so how? For example I'm not using