<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>Tips &amp; Tricks</title><link>http://forums.asp.net/53.aspx</link><description>Cool code and exciting examples, provided by our members.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Server Error: HTTP Error 500.19 - Internal Server Error</title><link>http://forums.asp.net/thread/3459897.aspx</link><pubDate>Thu, 15 Oct 2009 12:49:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3459897</guid><dc:creator>Liquid Snake</dc:creator><author>Liquid Snake</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3459897.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=53&amp;PostID=3459897</wfw:commentRss><description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had the same problem ,, this video&amp;nbsp;helped me alot&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=vBNoTK31zPo"&gt;http://www.youtube.com/watch?v=vBNoTK31zPo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I just did not installed some&amp;nbsp;components, after the installation&amp;nbsp;my website starts to works fine&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Server Error: HTTP Error 500.19 - Internal Server Error</title><link>http://forums.asp.net/thread/3249250.aspx</link><pubDate>Sun, 21 Jun 2009 21:23:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3249250</guid><dc:creator>stimpy77</dc:creator><author>stimpy77</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3249250.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=53&amp;PostID=3249250</wfw:commentRss><description>&lt;p&gt;This might not help, but I wanted to comment that I spent hours on this same error and found the solution to my problem. It turned out to be something that nobody else ever documented, so I&amp;#39;m trying to spread the word for Google.&lt;/p&gt;
&lt;p&gt;It turned out that my root web was working fine, but my subwebs were not working fine and I got this error for the subweb. The subweb was an individually configured ASP.NET application. I figured that this wasn&amp;#39;t important because the root web was just a flat HTML file, but it mattered.&lt;/p&gt;
&lt;p&gt;What happened in my case&amp;nbsp;was that a few days ago I had relocated the root web, then updated IIS to point to the new directory. All of the subweb applications, however, were treated by IIS as virtual directories, each with its own physical directory mapping. So each had the stale path.&lt;/p&gt;
&lt;p&gt;More specifically, I moved &amp;quot;C:\web\www.mysite.com&amp;quot; to &amp;quot;C:\web\mysite.com&amp;quot;, updated IIS for MySite to point to \web\mysite.com, and left it as such. The applications under mysite.com were each pointing to C:\web\www.mysite.com\[application].&lt;/p&gt;
&lt;p&gt;I had to update each subweb application&amp;#39;s Basic Settings to point to the revised path, and the 500.19 error went away.&lt;/p&gt;
&lt;p&gt;Hope this helps others like it would&amp;#39;ve helped me.&lt;/p&gt;
&lt;p&gt;Jon&lt;/p&gt;</description></item><item><title>Re: Server Error: HTTP Error 500.19 - Internal Server Error</title><link>http://forums.asp.net/thread/1853077.aspx</link><pubDate>Sat, 11 Aug 2007 07:26:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1853077</guid><dc:creator>wrabadi</dc:creator><author>wrabadi</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1853077.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=53&amp;PostID=1853077</wfw:commentRss><description>&lt;p&gt;&lt;span id="ctl00_cphMainContent_UCShowArticle_dlstComments_ctl01_lblBody"&gt;This seems similiar to an issue I had.&amp;nbsp; It turned out to be a security setup issue.&amp;nbsp; Check the web application folder permission and make sure the following users and groups are included \ASPNET and \IIS_IUSRS&lt;/span&gt; and \IUSR.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Server Error: HTTP Error 500.19 - Internal Server Error</title><link>http://forums.asp.net/thread/1726668.aspx</link><pubDate>Sat, 26 May 2007 13:24:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1726668</guid><dc:creator>vishwa</dc:creator><author>vishwa</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1726668.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=53&amp;PostID=1726668</wfw:commentRss><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;LINE-HEIGHT:normal;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-outline-level:1;"&gt;&lt;span style="FONT-SIZE:18pt;COLOR:red;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-font-kerning:18.0pt;"&gt;I got the following error while trying to make a test WCF&amp;nbsp;project on Vista&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:18pt;COLOR:red;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-font-kerning:18.0pt;"&gt;Server Error&lt;/span&gt; 
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;TEXT-ALIGN:center;" align="center"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;
&lt;hr style="COLOR:silver;" align="center" /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;i&gt;&lt;span style="FONT-SIZE:14pt;COLOR:maroon;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;HTTP Error 500.19 - Internal Server Error&lt;/span&gt;&lt;/i&gt;&lt;span style="FONT-SIZE:14pt;COLOR:maroon;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Description:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; The requested page cannot be accessed because the related configuration data for the page is invalid. &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Error Code:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; 0x80070005 &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Notification:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; BeginRequest &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Module:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; IIS Web Core &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Requested URL:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; http://localhost:80/ProductsService/ProductsService.svc &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Physical Path:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; C:\Test\ProductsService\ProductsService\ProductsService.svc &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Logon User:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; Not yet determined &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Logon Method:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; Not yet determined &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Handler:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; Not yet determined &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Config Error:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; Cannot read configuration file &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Config File:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; \\?\C:\Test\ProductsService\ProductsService\web.config &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;Config Source:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt; &lt;/span&gt;
&lt;table class="MsoNormalTable" style="BACKGROUND:#ffffcc;WIDTH:100%;mso-cellspacing:1.5pt;mso-yfti-tbllook:1184;" cellpadding="0" class="MsoNormalTable"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:#f0f0f0;PADDING-RIGHT:0.75pt;BORDER-TOP:#f0f0f0;PADDING-LEFT:0.75pt;PADDING-BOTTOM:0.75pt;BORDER-LEFT:#f0f0f0;PADDING-TOP:0.75pt;BORDER-BOTTOM:#f0f0f0;BACKGROUND-COLOR:transparent;"&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;"&gt;&lt;span style="FONT-SIZE:9pt;COLOR:black;FONT-FAMILY:&amp;#39;Lucida Console&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;-1: &lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:9pt;COLOR:red;FONT-FAMILY:&amp;#39;Lucida Console&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;0: &lt;/span&gt;&lt;span style="FONT-SIZE:9pt;COLOR:black;FONT-FAMILY:&amp;#39;Lucida Console&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;IIS70Error=500,19,0x80070005,6000"&gt;&lt;span style="FONT-SIZE:12pt;COLOR:blue;FONT-FAMILY:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;b&gt;&lt;u&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;IIS70Error=500,19,0x80070005,6000"&gt;&lt;span style="COLOR:black;"&gt;More Information...&lt;/span&gt;&lt;span style="FONT-WEIGHT:normal;COLOR:blue;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error. &lt;/span&gt;&lt;span style="FONT-SIZE:12pt;COLOR:black;FONT-FAMILY:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;LINE-HEIGHT:normal;TEXT-ALIGN:center;" align="center"&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;
&lt;hr style="COLOR:silver;" align="center" /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:Arial;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;Server Version Information:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt; Internet Information Services 7.0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;strong&gt;I also found a simple solution to it. You can check at &lt;/strong&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;a href="http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=30"&gt;http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=30&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:8.5pt;COLOR:black;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>