This is a migrated thread and some comments may be shown as answers.

RadDock error: (407) Proxy Authentication Required

1 Answer 352 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 22 May 2008, 03:55 PM
When clicking on the Portal icon in the Docking examples, I get the following error:

The remote server returned an error: (407) Proxy Authentication Required.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.

Source Error:


Line 21: {
Line 22: rates = new XmlDocument();
Line 23: rates.Load(new XmlTextReader("http://www.czechinfocenter.com/currency.rss"));
Line 24: Cache["Dock_Examples_Default_ExchangeRates"] = rates;
Line 25: }


Source File: c:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Live Demos\Dock\Examples\Default\ExchangeRates.ascx.cs Line: 23
 
I am running the application behind a proxy server and have tried loading the solution in both VS2005 and VS2008 with the same result.

I have tried varuous solutions involving altering the code in the relevant page to create a new WebProxy object and assigning it my credentials but have not been able to overcome the error.

Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 26 May 2008, 03:43 PM
Hello Peter,

The problem you experience does not concern Telerik's controls and you can see this by yourself reviewing the stack trace of the error message. The problem is related to proxy configuration settings. You will receive the same error if you execute the lines from the stack trace outside our controls. I suggest you try to change the proxy configuration settings in order to resolve this problem. You can take a look at this article which I found searching in the Internet. I hope that it will be helpful.

Best wishes,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Peter
Top achievements
Rank 1
Answers by
Sophy
Telerik team
Share this question
or