I have a ASP.Net app that runs fine in Visual Studio But after I deployed it to our IIS server, the GetDirectoryEntry method does not work. Is there a permission setting in IIS we have to set up? I'm just trying to understand what causes GetDirectoryEntry not to work in IIS. What can fix this issue?
Thanks