Featured post
IIS Virtual Directory map to network drive (with drive letter) but fail to create file -
i using c#/asp.net, iis6 on windows server 2003.
map data server shared folder webserver driver letter v:\
on webserver, iis created virtual directory , pointed 'local location' v:\ . since there no 'connect as', not sure user used
in webmethod, want create file on shared folder filestream.write().
i got io exception on action, hint?
p.s. have added aspnet/network service on data server shared folder.
thanks! gavin
mapped network drives specific user account created them:
using mapped drives iis - ms kb257174
the preferred method of accessing content web server exists on remote computer use shares follow universal naming convention (unc).
it's network service
(or if you're running asp.net under impersonation, site anonymous account) hasn't got mapping.
to change location virtual directory points to, browse site in iis manager, right click on virtual directory , select properties. can select "a share located on computer":
- Get link
- X
- Other Apps
Comments
Post a Comment