Hi,

i'm writing an isapi application which needs to move files on the local harddisks. Because isapi apps are lauched by the INET_USER there are no rights to move files across the disks. Enabling the INET_USER to do so is a kind of tricky regarding possible attacks of a web-server.

How can be login as another local NT-user to have more rights to do these file movements.

Hope someone can help.

-- Ron