How can I use Server.MapPath() from global.asax?
I need to use Server.MapPath() to combine some files path that I store in the web.config.
I need to use Server.MapPath() to combine some files path that I store in the web.config.
I have the code