Hi, when i try to install the runway package I get the following message - No connection to repository. Runway could not be installed as
there was no connection to: 'http://packages.umbraco.org.
in the <system.net> tag i can get around it. What i'm unsure about is what the proxy address should be, have tried http://packages.umbraco.org and the ip address related to my organisation's proxy but no luck.
for the case your PC where you installed IIS and Umbraco is behind a HTTP Proxy you must enter the IP address of this Proxy. You can get (or not get) this addess by the admin of your local Network. Additional there may be some problems with Proxy credentials (User and Pass). For this case take a look for informations about proxy credentials for IIS e.g. here: http://geekswithblogs.net/mnf/archive/2006/03/08/71663.aspx
Reason why is IIS is running with a differenct account than yours on your PC. So it may be, that the IIS account has no credentials on the Proxy.
No connection to repository
Hi, when i try to install the runway package I get the following message - No connection to repository. Runway could not be installed as there was no connection to: 'http://packages.umbraco.org.
I have found the following post on the "old" site - http://forum.umbraco.org/yaf_postst7958_error-to-install-in-step-5--Runway-intallation-failed.aspx and understand that by adding
<defaultProxy>
<proxy proxyaddress="http://xxx.xxx.xx.xxx:xxxx" bypassonlocal="true"/>
</defaultProxy>
in the <system.net> tag i can get around it. What i'm unsure about is what the proxy address should be, have tried http://packages.umbraco.org and the ip address related to my organisation's proxy but no luck.
Hi Matthew,
for the case your PC where you installed IIS and Umbraco is behind a HTTP Proxy you must enter the IP address of this Proxy. You can get (or not get) this addess by the admin of your local Network. Additional there may be some problems with Proxy credentials (User and Pass). For this case take a look for informations about proxy credentials for IIS e.g. here: http://geekswithblogs.net/mnf/archive/2006/03/08/71663.aspx
Reason why is IIS is running with a differenct account than yours on your PC. So it may be, that the IIS account has no credentials on the Proxy.
HTH, Immo
is working on a reply...