Just started getting this error after the application has been working for 7 months. The application reads and writes to a file server under an account that has access to the specific location. Any ideas?
Server Error in '/Workflow.NET.Prod/AuditLock' Application.
--------------------------------------------------------------------------------
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.IOException: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IOException: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2015255
System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1817
System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) +57
System.IO.DirectoryInfo.GetDirectories() +11
wfrmLockDetails.loadYears() +74
wfrmLockDetails.Page_Load(Object sender, EventArgs e) +173
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
"...your mom goes to college..."
Server Error in '/Workflow.NET.Prod/AuditLock' Application.
--------------------------------------------------------------------------------
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.IOException: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IOException: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2015255
System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1817
System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) +57
System.IO.DirectoryInfo.GetDirectories() +11
wfrmLockDetails.loadYears() +74
wfrmLockDetails.Page_Load(Object sender, EventArgs e) +173
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
"...your mom goes to college..."