How can IIS be configured to map a network drive so that it can store/delete
files from it? I can map the drive when I log in, but that's not the
behavior I want. I need it to map the drive for IIS.

Note, there's a separate login required to activate the network share.

Can someone help? Thanks.

Re: IIS access a network share by Tom

Tom
Fri Feb 04 10:41:43 CST 2005

"Shabam" <chalupa@yomama-nospam.com> wrote in message
news:k7mdncg5Eu49B57fRVn-pA@adelphia.com...
> How can IIS be configured to map a network drive so that it can
store/delete
> files from it? I can map the drive when I log in, but that's not the
> behavior I want. I need it to map the drive for IIS.

You can't use a mapped drive as that only exists in the context of a locally
logged on user's environment. You need to use UNC path instead.
http://support.microsoft.com/default.aspx?scid=kb;en-us;257174



Re: IIS access a network share by Shabam

Shabam
Fri Feb 04 11:12:25 CST 2005

> You can't use a mapped drive as that only exists in the context of a
locally
> logged on user's environment. You need to use UNC path instead.
> http://support.microsoft.com/default.aspx?scid=kb;en-us;257174

The problem here is, I need to be able to write/modify files in the network
path using an aspx script. Also, accessing the network path requires a
login as well. How can this be done?



Re: IIS access a network share by Tom

Tom
Fri Feb 04 11:35:07 CST 2005

"Shabam" <chalupa@yomama-nospam.com> wrote in message
news:0aWdnRMXuqhkMZ7fRVn-2w@adelphia.com...
> > You can't use a mapped drive as that only exists in the context of a
> locally
> > logged on user's environment. You need to use UNC path instead.
> > http://support.microsoft.com/default.aspx?scid=kb;en-us;257174
>
> The problem here is, I need to be able to write/modify files in the
network
> path using an aspx script. Also, accessing the network path requires a
> login as well. How can this be done?

See
http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetch08.asp?frame=true#secnetch08_accessingnetworkresources