Server Error in '/' Application.

The remote server returned an error: (410) Gone.

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: (410) Gone.

Source Error:


Line 53:         httpWebRequestTag.Method = "GET";
Line 54: 
Line 55:         var httpResponsetag = (HttpWebResponse)httpWebRequestTag.GetResponse();
Line 56: 
Line 57:         using (var streamReaderTag = new StreamReader(httpResponsetag.GetResponseStream()))

Source File: d:\inetpub\webs\gpsturismoit\tag.aspx.cs    Line: 55

Stack Trace:


[WebException: The remote server returned an error: (410) Gone.]
   System.Net.HttpWebRequest.GetResponse() +1463
   _Default.CaricoDati() in d:\inetpub\webs\gpsturismoit\tag.aspx.cs:55
   _Default.Page_Load(Object sender, EventArgs e) in d:\inetpub\webs\gpsturismoit\tag.aspx.cs:33
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0