map a Drive "V:/" for each session

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: skumar (anonymous_at_discussions.microsoft.com)
Date: 05/28/04


Date: Fri, 28 May 2004 00:51:01 -0700

whenever a user log in in my web application, i am trying to Map a drive "V:/" to a network path which is unique to each user(but i have to map to drive V:/ only). As any number of users can login to the web app at a particular time , i do not know how to do this mapping in the web server.

I have to map "V:/" drive only because, the ultimate aim is to open a word document which is a mail merge document with reference to Merge data document path to "V:/emerge.txt". So if i open a document without this drive it will give me error.Also i have to map to unique network paths for different documents opened by different users. so i have to remap the "V:/" drive for each user.

can anyone tell me how to map a "V:/" drive in the web server which will be unique for each user.

Thanks,

SKumar