aspnetcore/src/MusicStore
Praburaj 8610e016b3 Setting the full path to load the Config.json.
Specifying just the name of the file works fine on selfhost or IISExpress. When app is hosted in IIS, Config.json is being searched in the w3wp3.exe's folder path resulting in an exception.
So fixing the path of Config.json by retrieving the application base path from AppDomain.
2014-04-09 10:43:52 -07:00
..
Components
Content
Controllers
Images
Models
Scripts
ViewModels
Views Html.BeginForm works now on Partial views. 2014-04-08 16:45:49 -07:00
Config.json Adding environment based config to the music store project with a Config.json file for local. 2014-04-08 14:21:19 -07:00
CopyAspNetLoader.cmd
CustomHost.cmd
Helios.cmd
LKG.json Html.BeginForm works now on Partial views. 2014-04-08 16:45:49 -07:00
Program.cs
SelfHost.cmd
Startup.cs Setting the full path to load the Config.json. 2014-04-09 10:43:52 -07:00
favicon.ico
lkg.cmd
project.json Setting the full path to load the Config.json. 2014-04-09 10:43:52 -07:00
web.config