In a web application, that may be installed anywhere on the filesystem, I need to figure out the path to the root of the installation folder.
I want to write xml files to the directory:
c:/installation/path/web_app/files/
Is this possible or do I have to store this path in the web.config?