I have a ASP.NET Core Web Application using a SQlite database. This works perfect, but now I want to host it in azure. Where should i put my *.db file? I suppose the wwwroot folder is not the best place as it can be browsable!
There used to be the App_Data folder for this. Where should these kind of files go in ASP.NET Core?
Thanks for the hints...