hi,
I am doing a project, which includes:
ASP.NET website (User Interface)
C# class library (Business Layer)
All I am doing is, trying to load an XML file into the business layer at run time and use its contents.
The file will be stored in the root directory of my ASP.NET website, as I will be using only dlls of my class library.
We can use "HttpContext.Current.Server.MapPath("Filename")" for mapping files to the User Interface requests.
Mean while, is there any thing similar to the "HttpContext" while the request is made by the class library.
Regards,
vinay