J
jamting
Since i reinstalled windows server, i've had a strange behaviour in
server.mappath.
for instance this file: test.asp:
<%
response.write server.mappath(".") & "<br>"
response.write server.mappath("..")
%>
Returns the following output, when placed in a new root i've set up on
drive d:
D:\inetpub\wwwroot\
D:\inetpub\wwwroot\
If i however place this file i the default site it returns
c:\inetpub\wwwroot
c:\inetpub
Any clues?
server.mappath.
for instance this file: test.asp:
<%
response.write server.mappath(".") & "<br>"
response.write server.mappath("..")
%>
Returns the following output, when placed in a new root i've set up on
drive d:
D:\inetpub\wwwroot\
D:\inetpub\wwwroot\
If i however place this file i the default site it returns
c:\inetpub\wwwroot
c:\inetpub
Any clues?