How do I change web.config "umbracoPath" and still have Courier?
Hi - I'm trying to get Courier to work with a change to the "umbracoPath" "web.config" setting. Thank you!
The request failed with HTTP status 404: Not Found.
Error details
System.Net.WebException: The request failed with HTTP status 404: Not Found.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.CloseSession(String sessionKey)
at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.CloseSession(String sessionKey)
at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.Dispose(Boolean disposing)
at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.Dispose()
at Umbraco.Courier.Core.Common.Extensions.GlobalExtensions.DisposeIfDisposable(Object input)
at Umbraco.Courier.Core.Repository.Dispose(Boolean disposing)
at Umbraco.Courier.Core.Repository.Dispose()
at Umbraco.Courier.UI.Dialogs.CommitItem.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thanks, Yakov - Yes, changed on both sides; directory names and web.config reference. Both sites work as expected (at the new URL), I still have the 404 with Courier.
How do I change web.config "umbracoPath" and still have Courier?
Hi - I'm trying to get Courier to work with a change to the "umbracoPath" "web.config" setting. Thank you!
The request failed with HTTP status 404: Not Found. Error details
Did you change it on both sides ?
Thanks, Yakov - Yes, changed on both sides; directory names and web.config reference. Both sites work as expected (at the new URL), I still have the 404 with Courier.
is working on a reply...