Server Error in '/' Application.

The remote server returned an error: (403) Forbidden.

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: (403) Forbidden.

Source Error:


Line 21: }
Line 22: 	WebRequest myRequest = WebRequest.Create(url); 
Line 23: 	WebResponse myResponse = myRequest.GetResponse();              
Line 24: 	Stream stream = myResponse.GetResponseStream();              
Line 25: 	XmlDocument xmlDoc = new XmlDocument();             

Source File: c:\inetpub\wwwroot\Sitefinity\UserControls\Dialogs\FilesDialog.aspx    Line: 23

Stack Trace:


[WebException: The remote server returned an error: (403) Forbidden.]
   System.Net.HttpWebRequest.GetResponse() +1126
   ASP.sitefinity_usercontrols_dialogs_filesdialog_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\Sitefinity\UserControls\Dialogs\FilesDialog.aspx:23
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
   System.Web.UI.Page.Render(HtmlTextWriter writer) +38
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175