I've got a site running on IIS6 and got some trouble when trying to either delete items from the recycle bin or emptying it. I get a 500 server error with the following exception:
{"Message":"The directory is not empty.\r\n","StackTrace":" at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)\r\n at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)\r\n
Exception when emptying recycle bin on IIS6
Hi all,
I've got a site running on IIS6 and got some trouble when trying to either delete items from the recycle bin or emptying it. I get a 500 server error with the following exception:
{"Message":"The directory is not empty.\r\n","StackTrace":" at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)\r\n at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)\r\n
When Umbraco tries to make a call to the
/umbraco/webservices/legacyAjaxCalls.asmx/DeleteContentPermanently
webservice.
I have doublechecked permissions on the NETWORK USER and they are set to full.
Anyone know how to fix this? :-)
Thanks in advance.
All the best,
Bo
No? :-)
is working on a reply...