I need to load a file that is in the App_Data
folder, but I have seen that it is not possible to use Server.MapPath
in my business tier.
Which approach is most appropriate for this case?
Adding the reference of System.Web
to my ClassLibrary
and using Server.MapPath
is feasible?