<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to Read the HTML of a Web Page Programmatically</title><link>http://weblogs.asp.net/ashicmahtab/archive/2008/11/21/how-to-read-the-html-of-a-web-page-programmatically.aspx</link><description>We might need to read the contents of some page (local or remote) by code. This is quite simple in .net. using System.Net; using System.IO; WebRequest req = WebRequest.Create(" http://www.asp.net"); WebResponse res = req.GetResponse(); StreamReader sr</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: How to Read the HTML of a Web Page Programmatically</title><link>http://weblogs.asp.net/ashicmahtab/archive/2008/11/21/how-to-read-the-html-of-a-web-page-programmatically.aspx#7253872</link><pubDate>Fri, 13 Nov 2009 23:28:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7253872</guid><dc:creator>construccion777</dc:creator><author>construccion777</author><description>&lt;p&gt;It gives an error = 500&lt;/p&gt;
&lt;p&gt;Try using www.pronosticos.gob.mx&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7253872" width="1" height="1"&gt;</description></item></channel></rss>