User-140701587 posted
Hi, i got a 3 layer web app.
My DAL is a project that get info from Database.
Id like to add funcionality for getting info from XML files that are in a particular folder.
Problem is that for loading XML i got to code Server.MapPath so i got to use System.Web, id like not to use System.Web in DAL.
So, how could i get info from XML in DAL knowing that there are several XML and that i dont use LINQ
Thanks in advance.