HI,
I am trying to use the server variable APPL_PHYSICAL_PATH to tell my code what directory path the user is executing the current page from. The problem is, it keeps returning:
c:\inetpub\
But it should be returning one more folder deep. ie:
c:\inetpub\
for this example, I am saying that the asp page is located in "c:\inetpub\ Why is this server variable returning the wrong path?
Thanks!
I am trying to use the server variable APPL_PHYSICAL_PATH to tell my code what directory path the user is executing the current page from. The problem is, it keeps returning:
c:\inetpub\
But it should be returning one more folder deep. ie:
c:\inetpub\
for this example, I am saying that the asp page is located in "c:\inetpub\ Why is this server variable returning the wrong path?
Thanks!