It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://feeds.fin24.com/articles/Fin24/Business/rss

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>Microsoft Azure Web App - Error 404</title>
  5.    <style type="text/css">
  6.        html {
  7.            height: 100%;
  8.            width: 100%;
  9.        }
  10.  
  11.        #feature {
  12.            width: 960px;
  13.            margin: 75px auto 0 auto;
  14.            overflow: auto;
  15.        }
  16.  
  17.        #content {
  18.            font-family: "Segoe UI";
  19.            font-weight: normal;
  20.            font-size: 22px;
  21.            color: #ffffff;
  22.            float: left;
  23.            margin-top: 68px;
  24.            margin-left: 0px;
  25.            vertical-align: middle;
  26.        }
  27.  
  28.            #content h1 {
  29.                font-family: "Segoe UI Light";
  30.                color: #ffffff;
  31.                font-weight: normal;
  32.                font-size: 60px;
  33.                line-height: 48pt;
  34.                width: 800px;
  35.            }
  36.  
  37.        a, a:visited, a:active, a:hover {
  38.            color: #ffffff;
  39.        }
  40.  
  41.        #content a.button {
  42.            background: #0DBCF2;
  43.            border: 1px solid #FFFFFF;
  44.            color: #FFFFFF;
  45.            display: inline-block;
  46.            font-family: Segoe UI;
  47.            font-size: 24px;
  48.            line-height: 46px;
  49.            margin-top: 10px;
  50.            padding: 0 15px 3px;
  51.            text-decoration: none;
  52.        }
  53.  
  54.            #content a.button img {
  55.                float: right;
  56.                padding: 10px 0 0 15px;
  57.            }
  58.  
  59.            #content a.button:hover {
  60.                background: #1C75BC;
  61.            }
  62.    </style>
  63.    <script type="text/javascript">
  64.        function toggle_visibility(id) {
  65.            var e = document.getElementById(id);
  66.            if (e.style.display == 'block')
  67.                e.style.display = 'none';
  68.            else
  69.                e.style.display = 'block';
  70.        }
  71.    </script>
  72. </head>
  73. <body bgcolor="#00abec">
  74.    <div id="feature">
  75.        <div id="content">
  76.            <h1>404 Web Site not found.</h1>
  77.            <p>You may be seeing this error due to one of the reasons listed below :</p>
  78.            <ul>
  79.                <li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
  80.                <li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
  81.            </ul>
  82.            <p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
  83.        </div>
  84.     </div>
  85. </body>
  86. </html>
  87.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda