Hi,
We have a situation were we have two load balanced IIS web servers. we want to be able to save images uploaded through CKFinder to a seperate machine. we are using the .net version
currentlly we have configured the following
baseDir = "@\\UNC\Images\" (where UNC is the ip of our UNC)
baseUrl = "http://images.ourserver.com" (this is setup in IIS to point to the same directory)
when we try an access the files we recieve the following
It was not possible to properly load the XML response from the web server.
Raw response from the server:
Logon failure: unknown user name or bad password.<br> body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
Server Error in '/' Application.
Logon failure: unknown user name or bad password.
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: Logon failure: unknown user name or bad password.
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:
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
I am assuming this is to do with the .net account not being able to authenticate with the UNC share. Is this the recommended way for handling this situation. Any help would be appretiated.
Thanks in Advance
James
Did you find a resolution?
James,
I am also struggling to get CKFinder to work with a UNC path. Were you able to get it working? If so, what additional steps did you need to take?
Thanks.