Server Error in '/' Application.

The remote server returned an error: (500) Internal Server Error.

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: (500) Internal Server Error.

Source Error:


Line 65: 
Line 66:         System.Net.WebClient _wb = new System.Net.WebClient();
Line 67:         lblContent.Text = _wb.DownloadString(mylink);
Line 68: 
Line 69:         if (String.IsNullOrEmpty(Request.QueryString["look4"]) && String.IsNullOrEmpty(Request.QueryString["look2"]) && String.IsNullOrEmpty(Request.QueryString["showabs"]) && String.IsNullOrEmpty(Request.QueryString["volume"]) && String.IsNullOrEmpty(Request.QueryString["issue"]) && String.IsNullOrEmpty(Request.QueryString["supp"]) && String.IsNullOrEmpty(Request.QueryString["un"]) && String.IsNullOrEmpty(Request.QueryString["list"]))

Source File: c:\wwwroot\users\dernek\solunum.org.tr\subdomains\archive.solunum.org.tr\jvi.aspx.cs    Line: 67

Stack Trace:


[WebException: The remote server returned an error: (500) Internal Server Error.]
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +365
   System.Net.WebClient.DownloadString(Uri address) +111
   _jvi.Page_Load(Object sender, EventArgs e) in c:\wwwroot\users\dernek\solunum.org.tr\subdomains\archive.solunum.org.tr\jvi.aspx.cs:67
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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