> Mapped network drives are not normally available until after a user is
> logged into a system. However there is a workaround.
>
> 1) Use Autoexnt.exe from the Windows NT Resource Kit to create a mapped
> drive before a user logs in.
> 2) Use a valid administrator username and password to access the network
> drive
> 3) Use the DependOnService LanmanWorkstation option in the Registry to
start
> Autoexnt.exe after the Workstation service is started. For a computer to
> see network resources the Workstation service must be running.
Ok I think I got it working:
http://www.netapp.com/tech_library/3042.html?fmt=print
However, when my aspx script is trying to write to the network share it's
still getting an error. Any ideas? I also tried setting the IIS user to be
the same as the one needed for the network share, in case it's due to
impersonation. That didn't help either.