Ok. Iv installed courier 2.5.4 on two local sites running umbraco. Both sites point to each other. When I click the location link to try and connect, I get a n error.
System.Net.WebException: The request failed with HTTP status 403: Forbidden.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
which would suggest to me there is a problem with a licence. Now I dont have the licence installed yet and even if i do add it then i still get the same error. Could this be an issue between running between two local sites?? Each site has their own app pool and is running off IIS. is it Umbraco not recognising them as being local?? Pulling my hair our here. Any help would be appreciated
Thanks Paul, though iv already checked that. I Have no problems running courier between two non-local sites with the same details. Content transfers fine. It just wont work if I try to deploy from a local or transfer data to another local site
Ok. Really simple solution for a newbie net developer. Was a proxy issue. Simply added both site urls to the web config In in the bypass list add address property of system.net and hey presto it worked.
Cant transfer between two local sites
Ok. Iv installed courier 2.5.4 on two local sites running umbraco. Both sites point to each other. When I click the location link to try and connect, I get a n error.
System.Net.WebException: The request failed with HTTP status 403: Forbidden.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
Checking the intial GET request, I seem to get
Redirect to: /umbraco/plugins/courier/pages/LicenseError.aspx?referer=%2fumbraco%2fplugins%2fcourier%2fpages%2feditRepository.aspx%3frepo%3dhttp%3a%2f%2site1com%26folder%3d http://site2.com/umbraco/plugins/courier/pages/editRepository.aspx?repo=http://nf5netflightscom&folder=
which would suggest to me there is a problem with a licence. Now I dont have the licence installed yet and even if i do add it then i still get the same error. Could this be an issue between running between two local sites?? Each site has their own app pool and is running off IIS. is it Umbraco not recognising them as being local?? Pulling my hair our here. Any help would be appreciated
IIRC you need the same admin password in both sites for Courier to work properly.
Thanks Paul, though iv already checked that. I Have no problems running courier between two non-local sites with the same details. Content transfers fine. It just wont work if I try to deploy from a local or transfer data to another local site
Ok. Really simple solution for a newbie net developer. Was a proxy issue. Simply added both site urls to the web config In in the bypass list add address property of system.net and hey presto it worked.
is working on a reply...