Re: Could not find a part of the



While trying to create new File, i recieve the following error=
message: "System.IO.DirectoryNotFoundException: Could not find a part of the = path=20 "Y:\Reports.pdf ". The Y: is shared folder of another system and it maped to the local system. The path exists.

The Y: mapping is for *your* account, which is not the account the website runs under. Moreover, this ASPNET account is a local account with limited priviledges. It can not access the network for example.
You might need to van the site impersonate some domain-user that *can* access that share *and* use the UNC path (\\server\share) to access it.

Hans Kesting


.