System.Net.WebException: The operation has timed out
Hi everyone,
I have tried to insert a macro with an
ascx file inside my Umbraco project, and I´m getting the following error
message:
At
/umbraco/dashboard/feedproxy.aspx?url=http://umbraco.org/feeds/videos/developer-foundation
(Referred by:
http://butao.autotrac.com.br/umbraco/dashboard.aspx?app=developer):
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at dashboardUtilities.FeedProxy.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
My ascx file is getting some information
from a session, that session is inside a class, and it's inserting this
information inside a html code.
System.Net.WebException: The operation has timed out
Hi everyone,
I have tried to insert a macro with an ascx file inside my Umbraco project, and I´m getting the following error message:
At /umbraco/dashboard/feedproxy.aspx?url=http://umbraco.org/feeds/videos/developer-foundation (Referred by: http://butao.autotrac.com.br/umbraco/dashboard.aspx?app=developer): System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at dashboardUtilities.FeedProxy.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
My ascx file is getting some information from a session, that session is inside a class, and it's inserting this information inside a html code.
Can anyone help me out?
is working on a reply...