<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Prabhash's Blog</title>
	<atom:link href="http://prabhashmishra.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prabhashmishra.wordpress.com</link>
	<description>Skysoft.net.in, asp.net, sharepoint, dnn and more</description>
	<lastBuildDate>Tue, 24 Feb 2009 19:18:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='prabhashmishra.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Prabhash's Blog</title>
		<link>http://prabhashmishra.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://prabhashmishra.wordpress.com/osd.xml" title="Prabhash&#039;s Blog" />
	<atom:link rel='hub' href='http://prabhashmishra.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What&#8217;s This? :Unrecognized configuration section System.net</title>
		<link>http://prabhashmishra.wordpress.com/2009/02/24/whats-this-unrecognized-configuration-section-systemnet/</link>
		<comments>http://prabhashmishra.wordpress.com/2009/02/24/whats-this-unrecognized-configuration-section-systemnet/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:38:55 +0000</pubDate>
		<dc:creator>prabhasmishra</dc:creator>
				<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://prabhashmishra.wordpress.com/?p=3</guid>
		<description><![CDATA[Thought I should share this ... I was working on a asp.net project and while configuring email, I entered SMTP settings in web.config like this &#8230; &#60;System.net&#62; &#60;mailSettings&#62; &#60;smtp from=&#8221;xx@xx.xx&#8221;&#62; &#60;network host=&#8221;xx.xx.com&#8221; port=&#8221;25&#8243; username=&#8221;xx@xx.com&#8221; password=&#8221;xx&#8221; defaultCredentials=&#8221;false&#8221; /&#62; &#60;/smtp&#62; &#60;/mailSettings&#62; &#60;/System.net&#62; All looked correct. But when I tried to access the site I got this error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prabhashmishra.wordpress.com&amp;blog=6716805&amp;post=3&amp;subd=prabhashmishra&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h5><code>Thought I should share this ...</code></h5>
<p>I was working on a asp.net project and while configuring email, I entered SMTP settings in web.config like this &#8230;</p>
<p><span style="color:#0000ff;">&lt;System.net&gt;<br />
&lt;mailSettings&gt;<br />
&lt;smtp from=&#8221;xx@xx.xx&#8221;&gt;<br />
&lt;network host=&#8221;xx.xx.com&#8221; port=&#8221;25&#8243;<br />
username=&#8221;xx@xx.com&#8221;<br />
password=&#8221;xx&#8221;<br />
defaultCredentials=&#8221;false&#8221; /&gt;<br />
&lt;/smtp&gt;<br />
&lt;/mailSettings&gt;<br />
&lt;/System.net&gt;</span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;">All looked correct. But when I tried to access the site I got this error </span></span></p>
<p><strong>&#8220;Parser Error Message: </strong>Unrecognized configuration section System.net.&#8221;</p>
<p>Now why was that? After a little research I discovered that &#8220;S&#8221; in &lt;System.net&gt; should be in small. If not you give this misleading error.</p>
<p>So the fix was to use<span style="color:#0000ff;"> &lt;system.net&gt; &lt;/system.net&gt; </span>instead.</p>
<p>After further research I fould that actually attributes in web.config are case sensitive. More details on this are can be found <a href="http://msdn.microsoft.com/en-us/library/ackhksh7(VS.71).aspx" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prabhashmishra.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prabhashmishra.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prabhashmishra.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prabhashmishra.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prabhashmishra.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prabhashmishra.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prabhashmishra.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prabhashmishra.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prabhashmishra.wordpress.com&amp;blog=6716805&amp;post=3&amp;subd=prabhashmishra&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prabhashmishra.wordpress.com/2009/02/24/whats-this-unrecognized-configuration-section-systemnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4003cf10beb1cc88f7c87444bc79e279?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">prabhasmishra</media:title>
		</media:content>
	</item>
	</channel>
</rss>
