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\publ ic\common\")
OR
rootFolder = Server.MapPath( "\\MyServer\gro ups\groups\publ ic\common\")
is mapped on the server as "W:\". The code below does not work.
rootFolder = Server.MapPath( "w:\groups\publ ic\common\")
OR
rootFolder = Server.MapPath( "\\MyServer\gro ups\groups\publ ic\common\")