How do I return the root directory of the current project??
I have developed a web control that will be used on a number of pages, but it always references a file that is in the root directory of the current project (same location as web.config etc). How can I ensure that it always points back to the root directory, no matter how deep it is in the sub directory structure??
Thanks in advance for any help!!!
I have developed a web control that will be used on a number of pages, but it always references a file that is in the root directory of the current project (same location as web.config etc). How can I ensure that it always points back to the root directory, no matter how deep it is in the sub directory structure??
Thanks in advance for any help!!!