Windows Error 1311
ERROR_NO_LOGON_SERVERS: There are currently no logon servers available to service the logon request.
Comments
Rich Jul 30, 2008 |
||
There are currently no logon servers available to service the logon request 1. A UNC path is not fully qualified with the server name eg \\servername.x.net\path\path .... A web app for example may be trying to write to a directory somewhere using a path taken from web.config, but the path is written as c:\path\path Change the path in web.config to be fully qualified 2. The shared folder to which the app is trying to write has had its persmissions reset for some reason (administrator?) Reset the permissions on the destination folder to allow the web app to write to it |
||