Where can I store an XML file for the browser to read using ASP.Net MCV
I would like to have a xml file on my website that holds temporary information from a database. When I use VSCode to do so, it works just fine; but when I use my actual ASP.Net Web Application, it does not. I assume it has to do with the file path that I am using, any help would be greatly appreciated!