Hi,
I’m looking to create a project that mixes Ionic, Asp.Net core and is hosted on Azure at least during testing and development. I’ve set up an Asp.Net core app that uses wwwroot as it’s base path. What I’d like to do is place the ionic app in the same project and have the ability to do both Ionic and WebApi on the same server at least during testing and development.
I’ve managed to change the asp.net root folder to www so all the ionic files are available, this works local but not hosted on azure. My next attempt is to try and make ionic put it’s files in the wwwroot folder instead of www. I changed the document root in the ionic.config.json file but during build ionic still places the files /build in the www floder.
How can I get Ionic to put the files in the wwwroot instead of www?
Thanks
Andy