I am trying to deploy ASP.NET5 MVC6 web application on to Amazon Web Services via Code Deploy.
The problem is I have no idea where to place the appspec.yml
and before-install.bat
file as the has been a change in the folder structure with ASP.NET5 with the introduction of wwwroot
folder, and also all of my .cshtml
files are in the view folder.
Thank you