M
Mel
Can I set the MapPath to another drive? How do I do that? The drive
is mapped on the server as "W:\". The code below does not work.
rootFolder = Server.MapPath("w:\groups\public\common\")
OR
rootFolder = Server.MapPath("\\MyServer\groups\groups\public\common\")
is mapped on the server as "W:\". The code below does not work.
rootFolder = Server.MapPath("w:\groups\public\common\")
OR
rootFolder = Server.MapPath("\\MyServer\groups\groups\public\common\")