I am using the server.mappath command to locate my asp files.
I'm on the university servers, and when i did
<%=Server.MapPath("\"%> to see where they were,
the page returned d:\inetpub\
this must be wrong since the d drive is a cd drive
how can i get it to return the proper server path?
I'm on the university servers, and when i did
<%=Server.MapPath("\"%> to see where they were,
the page returned d:\inetpub\
this must be wrong since the d drive is a cd drive
how can i get it to return the proper server path?