You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
This interface is the moral equivalent of the IApplicationEnvironment but for web applications. The environment name is the name of the currently running environment and the WebRoot is where the web sever is rooted.
The text was updated successfully, but these errors were encountered:
Add a reference to Json.Net. Use the IApplicationEnvironment to find the project.json file and read it. Find the webroot element. Add IHostingEnvironment to the services.
For PhysicalFileSystem, retrieve IHostingEnvironment from the services and get the webroot. Fall back to IApplicationEnvironment.ApplicationBasePath like we do today. Consider moving this logic to the caller of PhysicalFileSystem (e.g. StaticFiles)
This interface is the moral equivalent of the IApplicationEnvironment but for web applications. The environment name is the name of the currently running environment and the WebRoot is where the web sever is rooted.
The text was updated successfully, but these errors were encountered: