Server Error in '/' Application.

The remote server returned an error: (404) Not Found.

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: (404) Not Found.

Source Error:


Line 17: 
Line 18:             Dim wc As New WebClient()
Line 19:             Dim albumCover = wc.DownloadString("https://picasaweb.google.com/data/entry/base/user/101657517351002705281/albumid/" + AlbumId + "?alt=rss")
Line 20:             Dim rssContent = wc.DownloadString("https://picasaweb.google.com/data/feed/base/user/101657517351002705281/albumid/" + AlbumId + "?alt=rss&thumbsize=240,800")
Line 21: 

Source File: E:\Web Host\lalbazarayyappatemple.org\pages\albumview.aspx.vb    Line: 19

Stack Trace:


[WebException: The remote server returned an error: (404) Not Found.]
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +365
   System.Net.WebClient.DownloadString(Uri address) +111
   pages_albumview.Page_Load(Object sender, EventArgs e) in E:\Web Host\lalbazarayyappatemple.org\pages\albumview.aspx.vb:19
   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.3282.0