<?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>Dnngeek&#039;s Blog</title>
	<atom:link href="http://dnngeek.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dnngeek.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 03 Jan 2011 14:17:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dnngeek.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dnngeek&#039;s Blog</title>
		<link>http://dnngeek.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dnngeek.wordpress.com/osd.xml" title="Dnngeek&#039;s Blog" />
	<atom:link rel='hub' href='http://dnngeek.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Custom event log in Dotnetnuke</title>
		<link>http://dnngeek.wordpress.com/2011/01/03/custom-event-log-in-dotnetnuke/</link>
		<comments>http://dnngeek.wordpress.com/2011/01/03/custom-event-log-in-dotnetnuke/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 14:09:33 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Debugging Dotnetnuke]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[Dotnetnuke]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=104</guid>
		<description><![CDATA[Hello, Easy way to log events in the event log is as follows Method 1: DotNetNuke.Services.Log.EventLog.EventLogController objEventLog = new DotNetNuke.Services.Log.EventLog.EventLogController(); objEventLog.AddLog(&#8220;Error Message&#8221;, &#8220;Some error has occurred while processing&#8221;, PortalSettings,UserInfo.UserID, DotNetNuke.Services.Log.EventLog.EventLogController.EventLogType.ADMIN_ALERT); Method 2: DotNetNuke.Services.Log.EventLog.LogInfo logInfo = new DotNetNuke.Services.Log.EventLog.LogInfo(); logInfo.LogUserID = UserId; logInfo.LogPortalID = PortalSettings.PortalId; logInfo.LogTypeKey = EventLogController.EventLogType.ADMIN_ALERT.ToString(); logInfo.AddProperty(&#8220;Test Property 1&#8243;, StringValue1); logInfo.AddProperty(&#8220;Test Property 2&#8243;, StringValue2); eventLog.AddLog(logInfo);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=104&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Easy way to log events in the event log is as follows</p>
<p><strong>Method 1:</strong></p>
<p>DotNetNuke.Services.Log.EventLog.EventLogController objEventLog = new DotNetNuke.Services.Log.EventLog.EventLogController();</p>
<p>objEventLog.AddLog(&#8220;Error Message&#8221;, &#8220;Some error has occurred while processing&#8221;, PortalSettings,UserInfo.UserID, DotNetNuke.Services.Log.EventLog.EventLogController.EventLogType.ADMIN_ALERT);</p>
<p><strong>Method 2:</strong></p>
<p>DotNetNuke.Services.Log.EventLog.LogInfo logInfo = new DotNetNuke.Services.Log.EventLog.LogInfo();</p>
<p>logInfo.LogUserID = UserId;</p>
<p>logInfo.LogPortalID = PortalSettings.PortalId;</p>
<p>logInfo.LogTypeKey = EventLogController.EventLogType.ADMIN_ALERT.ToString();</p>
<p>logInfo.AddProperty(&#8220;Test Property 1&#8243;, StringValue1);</p>
<p>logInfo.AddProperty(&#8220;Test Property 2&#8243;, StringValue2);</p>
<p>eventLog.AddLog(logInfo);</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=104&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2011/01/03/custom-event-log-in-dotnetnuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a custom exception in Dotnetnuke</title>
		<link>http://dnngeek.wordpress.com/2011/01/03/creating-a-custom-exception-in-dotnetnuke/</link>
		<comments>http://dnngeek.wordpress.com/2011/01/03/creating-a-custom-exception-in-dotnetnuke/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 13:56:37 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[debugging]]></category>
		<category><![CDATA[Debugging Dotnetnuke]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[Dotnetnuke]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=100</guid>
		<description><![CDATA[Hello, There is a very simple way of creating a custom exception in dotnetnuke. All that you need is the custom text as the error message as shown below. DotNetNuke.Services.Exceptions.Exceptions.LogException(new Exception(&#8220;Error processing information&#8221;));<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=100&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>There is a very simple way of creating a custom exception in dotnetnuke. All that you need is the custom text as the error message as shown below.</p>
<p><span style="color:#008080;"><strong>DotNetNuke.Services.Exceptions.Exceptions.LogException(new Exception(&#8220;Error processing information&#8221;));</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=100&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2011/01/03/creating-a-custom-exception-in-dotnetnuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing the module title on runtime in dotnetnuke</title>
		<link>http://dnngeek.wordpress.com/2010/04/26/changing-the-module-title-on-runtime-in-dotnetnuke/</link>
		<comments>http://dnngeek.wordpress.com/2010/04/26/changing-the-module-title-on-runtime-in-dotnetnuke/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 17:58:59 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[Dotnetnuke]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=92</guid>
		<description><![CDATA[Changing the module title in dotnetnuke at runtime<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=92&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently working on something related to displaying the module title for a dotnetnuke module at runtime. It&#8217;s quite simple, here&#8217;s how to achieve it.</p>
<p>Put the code mentioned below either in the Page_Load or the Page_PreRender events</p>
<p><span style="color:#008080;">Control m_Control = DotNetNuke.Common.Globals.FindControlRecursiveDown(this.ContainerControl, &#8220;lblTitle&#8221;);<br />
if ((m_Control != null))<br />
{<br />
((Label)m_Control).Text += &#8220;This is the module title&#8221;;<br />
}</span></p>
<p>That&#8217;s it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=92&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2010/04/26/changing-the-module-title-on-runtime-in-dotnetnuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Set default value to a property</title>
		<link>http://dnngeek.wordpress.com/2010/02/22/set-default-value-to-a-property/</link>
		<comments>http://dnngeek.wordpress.com/2010/02/22/set-default-value-to-a-property/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:13:51 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=89</guid>
		<description><![CDATA[Setting default value to a property<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=89&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello !</p>
<p>Just a few days back I found out that setting default values to a property is very simple, Just follow the steps mentioned below -</p>
<ol>
<li>Make sure that you are using System.ComponentModel &#8211; (using System.ComponentModel;)</li>
<li>Set the [DefaultValueAttribute("")] before the property</li>
</ol>
<p>e.g.</p>
<p>[DefaultValueAttribute("")]<br />
public string Website<br />
{<br />
get { return m_website; }<br />
set { m_website = value; }<br />
}</p>
<p>DefaultValueAttribute accepts various parameters, Use the desired one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=89&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2010/02/22/set-default-value-to-a-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>ASPNET user not created after the microsoft framework installation</title>
		<link>http://dnngeek.wordpress.com/2010/02/05/aspnet-user-not-created-after-the-microsoft-framework-installation/</link>
		<comments>http://dnngeek.wordpress.com/2010/02/05/aspnet-user-not-created-after-the-microsoft-framework-installation/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:39:24 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aspnet]]></category>
		<category><![CDATA[aspnet_regiis]]></category>
		<category><![CDATA[creation]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=84</guid>
		<description><![CDATA[Visual studio installation went through fine but for some reason the aspnet user did not get created. Here's a solution that I found useful.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=84&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I ran into a problem where I had to format my machine and then get VS 2008 and SQL Server 2005 installed on my machine all over again. The installation went through fine but for some reason while installing DNN I was unable to find aspnet user (I needed it to give appropriate permissions to the DNN install folder). I am sure you guys might sooner or later run into the same problem.</p>
<p>The solution is really very simple. Just browse to the framework 2.0 folder and reset framework 2.0 as the currently installed framework by using aspnet_regiis -i</p>
<p>That&#8217;s it, Now try to find the user and you should be able to find it and set appropriate permissions on the DNN install folder.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=84&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2010/02/05/aspnet-user-not-created-after-the-microsoft-framework-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>DNN Performance tip</title>
		<link>http://dnngeek.wordpress.com/2010/01/02/dnn-performance-tip-1/</link>
		<comments>http://dnngeek.wordpress.com/2010/01/02/dnn-performance-tip-1/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 07:33:42 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[Dotnetnuke Modules]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=79</guid>
		<description><![CDATA[A simple way to get the DNN login screen load up faster.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=79&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are times when it takes ages for the DNN login page to load and its really frustrating to just sit and wait for the login page to appear on the screen. There could be many reasons for this to happen, but the most common one is to do with the authentication settings, if the DNN authentication settings are not correctly setup it takes a while for DNN to figure out which authentication provider to show to you thus causing a delay in loading up the login screen. If you are using multiple providers then there&#8217;s not much you can do about the settings. In case you are using the standard DNN authentication, here&#8217;s what you can do to speed up the loading of the login page -</p>
<ol>
<li>Login as a host into the system</li>
<li>Go to the authentication settings(for DNN 4.XX the option is Host-&gt;Host Settings, for DNN 5.XX the option is Host-&gt;Extensions)</li>
<li>Disable the &#8220;Open ID&#8221; and the &#8220;Live ID&#8221; providers which are enabled by default due to obligations with the providers</li>
<li>Save the settings</li>
</ol>
<p>The trick here is to disable all the providers that you don&#8217;t need.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=79&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2010/01/02/dnn-performance-tip-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging the javascript using the &#8220;Debugger&#8221; keyword</title>
		<link>http://dnngeek.wordpress.com/2010/01/02/debugging-the-javascript-using-the-debugger-keyword/</link>
		<comments>http://dnngeek.wordpress.com/2010/01/02/debugging-the-javascript-using-the-debugger-keyword/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 06:03:04 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[Debugging Dotnetnuke]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=60</guid>
		<description><![CDATA[Dotnetnuke developers usually write custom javascripts to meet their project needs or need to debug the pre-existing ones, they usually find it difficult to debug javascript. I came across a very simple way to get the visual studio IDE to debug javascript.It is using the &#8220;debugger;&#8221; keyword. Before using this there are a couple of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=60&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dotnetnuke developers usually write custom javascripts to meet their project needs or need to debug the pre-existing ones, they usually find it difficult to debug javascript. I came across a very simple way to get the visual studio IDE to debug javascript.It is using the &#8220;debugger;&#8221; keyword. Before using this there are a couple of things that you will have to do,</p>
<ol>
<li>Open up IE and select the &#8220;Tools-&gt;Options&#8221; menu</li>
<li>Uncheck the disable script debugging(Internet Explorer)</li>
<li>Uncheck the disale script debugging(Other)</li>
<li>All the you have to do now is to place the &#8220;debugger;&#8221; keyword in the javascript at the place where you want the javascript to break</li>
</ol>
<p>With the above mentioned steps you will be able to break into the code and the control will be returned to the visual studio IDE.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=60&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2010/01/02/debugging-the-javascript-using-the-debugger-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Failed to access IIS metabase while installing dotnetnuke</title>
		<link>http://dnngeek.wordpress.com/2010/01/02/failed-to-access-iis-metabase-while-installing-dotnetnuke/</link>
		<comments>http://dnngeek.wordpress.com/2010/01/02/failed-to-access-iis-metabase-while-installing-dotnetnuke/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 05:58:15 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[Debugging Dotnetnuke]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[metabase]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=56</guid>
		<description><![CDATA[Failed to access IIS metabase while installing dotnetnuke<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=56&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Probable Cause -</p>
<p>You usually get this error when the framework 2.0 for some reason has not installed correctly as a result of which ASPNET user does not have sufficient access rights on the IIS metabase.</p>
<p>Solution -</p>
<ol>
<li>Click start-&gt;Run</li>
<li>Enter text &#8220;cmd&#8221; and click the OK button</li>
<li>Above mentioned steps opens up the command prompt. Navigate to the framework 2.0 folder which will be at the &#8220;c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&#8243; location</li>
<li>At the prompt enter &#8220;aspnet_regiis -i&#8221; this option will install the framework 2.0 as the current version and update the scriptmaps at the IIS metabase root and for all the scripts below the root.</li>
</ol>
<p>That&#8217;s it you are all set !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=56&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2010/01/02/failed-to-access-iis-metabase-while-installing-dotnetnuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Clearing the dotnetnuke search tables</title>
		<link>http://dnngeek.wordpress.com/2009/07/15/clearing-the-dotnetnuke-search-tables/</link>
		<comments>http://dnngeek.wordpress.com/2009/07/15/clearing-the-dotnetnuke-search-tables/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:57:59 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[Dotnetnuke Search]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=31</guid>
		<description><![CDATA[Incase you are setting up search in dotnetnuke, you will need to clear all the tables in which the keywords and other information related to the search is stored.
An easy way to achieve this is using the following script that I found on Chris Hammond's blog.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=31&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<div>Incase you are setting up search in dotnetnuke, you will need to clear all the tables in which the keywords and other information related to the search is stored.</div>
<div>An easy way to achieve this is using the following script that I found on <a href="http://weblogs.asp.net/christoc/default.aspx">Chris Hammond&#8217;s blog</a>.</div>
<div><span style="color:#ff0000;">DELETE SearchItemWordPosition<br />
WHERE SearchItemWordId IN (SELECT SearchItemWordId FROM SearchItemWordWHERE SearchItemID IN (SELECT SearchItemId FROM SearchItem))</span></div>
<div><span style="color:#ff0000;"> </span></div>
<div><span style="color:#ff0000;">DELETE SearchWord<br />
WHERE SearchWordsId IN (SELECT SearchWordsId FROM SearchItemWord </span><span style="color:#ff0000;">WHERE SearchItemID IN ( SELECT SearchItemId FROM SearchItem))</span></div>
<div><span style="color:#ff0000;"> </span></div>
<div><span style="color:#ff0000;">DELETE SearchItemWord WHERE SearchItemId IN (SELECT SearchItemId FROM SearchItem)</span></div>
<div><span style="color:#ff0000;"> </span></div>
<div><span style="color:#ff0000;">DELETE SearchItem</span></div>
<div><span style="color:#800000;"> </span></div>
<div>Just reindex the search and checkout the results !</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=31&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2009/07/15/clearing-the-dotnetnuke-search-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to start debugging on the web server.The web server is not configured correctly.</title>
		<link>http://dnngeek.wordpress.com/2009/07/15/unable-to-start-debugging-on-the-web-server-the-web-server-is-not-configured-correctly/</link>
		<comments>http://dnngeek.wordpress.com/2009/07/15/unable-to-start-debugging-on-the-web-server-the-web-server-is-not-configured-correctly/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:40:26 +0000</pubDate>
		<dc:creator>dnngeek</dc:creator>
				<category><![CDATA[Debugging Dotnetnuke]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[unable]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://dnngeek.wordpress.com/?p=12</guid>
		<description><![CDATA[Setting up a source version of Dotnetnuke can be easy but can be painful at the same time due to the open source nature of the product. There are &#62;1 developers working on the product at the same time causing errors to creep into the product.

But the what are we for !
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=12&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Setting up a DNN source project can be easy and difficult at the same time. Since this is an open source product code files have been modified by more than 1 DNN developer.</p>
<p>Recently I tried installing a source version on DNN 04.09.04. It was pretty simple and it worked like a charm, the problem started when I installed the source version (01.00.05) of the active directory module. I included it successfully in the project and hit the F5 button of the VS 2005 only to know that I received an error <span style="color:#ff0000;"><strong>&#8220;Unable to start debugging on the web server.The web server is not configured correctly.&#8221;</strong></span></p>
<p>Here&#8217;s what helped me fix the problem -</p>
<ol>
<li>Right click the DotNetNuke.Authentication.ActiveDirectory.VS2005 and select the &#8220;Properties&#8221; option</li>
<li>Select the &#8220;WEB&#8221; tab of the project properties</li>
<li>In the &#8220;Servers&#8221; option incase &#8220;Use IIS Web server&#8221; option is selected, ensure that the project URL is the correct one, also ensure that the &#8220;Override application root URL&#8221; is the correct one.</li>
<li>Click the Save button from the toolbar.</li>
</ol>
<p>Now just hit F5 and the application should run fine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dnngeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dnngeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dnngeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dnngeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dnngeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dnngeek.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dnngeek.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dnngeek.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dnngeek.wordpress.com&amp;blog=8177760&amp;post=12&amp;subd=dnngeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dnngeek.wordpress.com/2009/07/15/unable-to-start-debugging-on-the-web-server-the-web-server-is-not-configured-correctly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/853b9b91bc8f7144df7753c91ee52e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dnngeek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
