Reputation:
I am using Directory Browser used in http://www.codeproject.com/KB/aspnet/DirectoryBrowsing.aspx . When I am running the application on localhost, UNC path is working fine. When I deploy the application in IIS UNC(Shared drives/Folders) is not working. It cannot find the Shared Drive and folders?
Any ideas?
Upvotes: 0
Views: 983
Reputation: 161002
First thing that comes to mind is permissions - check that the AppPool/Identity you are using for IIS has access rights to these UNC shares.
Upvotes: 2