hello, im having troubble getting a correct path to the .aspx page,
1) how do i get the internal path to the folder that the aspx page is located in? c:\xxx\xxx\xxx\xxx
2) how do i get the external path to the folder that the aspx page is located in? /somefolder/some other folder/ (i dont want the http://www.myadr.com)
I want the adr to the folder, not to the page itself. (in both cases)
It should also work if the user comes to the site and types: www.myadr.com/folder/folder/ instead of www.myadr.com/folder/folder/Default.aspx