Problem with virtual directory.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, In my site on IIS 5.1 with Asp.net 1.1 , I have a problem with a virtual dirtectory that points to a share on another computer.In IIS I put in the 'connect as' the right user and pass that has access to that share.Now when I test my code It works without a problem but from a remote client I get ' access to the path '' is denied'. But some pieces work from remote, for example if I use a Response.write("win.open(http://fullpath..)") then i can open the files; but when I want to get all the files in a folder with Directory.GetDirectories(path) I get the access denied error. I can't impersonate the user that has access to the fileshare, cause I need to do rolebased checks in COM+.:doh: thanks for any help..