I am creating a generic class which will be used from asp.net console apps and web apps.
I need to use something like Application.Path so that I can have only 1 copy of the class.
I do not want to have the same copy at 2 places with just a path different:
for console apps, it will be the application path
for web based, it will be Any advise ?
I need to use something like Application.Path so that I can have only 1 copy of the class.
I do not want to have the same copy at 2 places with just a path different:
for console apps, it will be the application path
for web based, it will be Any advise ?