I have an ASP.NET Application, where I get files from an specific path. At the moment the path is a variable in my code:
string filePath = @"C:\FilesToWatch";
Now my internship boss said, that now I have to predefine the path in an .xml file. My problem is that I do not have really much experience in xml and I do not really know where to store this xml file in my project. Has anyone examples or the solution for this?