Hi Every one, i developed an asp.net(2.0) applicaions which contains the attachments of the clients . these attachments are saved in the shared folder and retrive the file when the user requests. if i maintain the application and the shared folders in the same system it will work properly. if i maintain the application in one server and the file folder in the other server i face a lot of security issus like 1.Access Denied 2.Couldnot find the part of the path. ..... for this i made an common account for the application server and the file server and also set impersonation to true. Even the i got the couldnot find the part of the path error. i already gave the everyone with full control to the shared folder and i added the common account and gave it to full control Is there is any alternate for the save and retrive the files to and from the shared folder. Please help me... Thanks
Kesav:rose:
modified on Wednesday, February 17, 2010 5:32 AM