I am getting the following error when running Umbraco 7.2.1 on Windows 2012 with Active Directory.
2015-03-25 13:37:47,187 [106] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 85] An error occurred with the scheduled publishing
System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
Set IIS to Windows/Integrated:
Set the umbraco/webservices directory To:
The login page with the autologin macro on it is called. It finds the context and user in the AD, but redirects to the errorpage. I am not able to go to any page with an error.
Getting error in log
I am getting the following error when running Umbraco 7.2.1 on Windows 2012 with Active Directory.
2015-03-25 13:37:47,187 [106] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 85] An error occurred with the scheduled publishing
System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
Set IIS to Windows/Integrated:
The login page with the autologin macro on it is called. It finds the context and user in the AD, but redirects to the errorpage. I am not able to go to any page with an error.
Can you help?
Thanks,
Gary Prothero
Hi Gary,
Did you get this resolved? I'm facing a similar issue.
Thanks
is working on a reply...