<?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/"
	>

<channel>
	<title>Tree Rat Fishing &#187; .Net Development</title>
	<atom:link href="http://www.treeratfishing.com/category/net-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.treeratfishing.com</link>
	<description>Windows Administration and Development.  It's all about the tools and code.</description>
	<lastBuildDate>Tue, 09 Jun 2009 15:52:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE 8 broke my ASP.Net Menu</title>
		<link>http://www.treeratfishing.com/2009/03/20/ie-8-broke-my-aspnet-menu/</link>
		<comments>http://www.treeratfishing.com/2009/03/20/ie-8-broke-my-aspnet-menu/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:22:01 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2009/03/20/ie-8-broke-my-aspnet-menu/</guid>
		<description><![CDATA[


Last night I upgraded to Internet Explorer 8, thinking that I wanted to be on the “latest and greatest” version of IE.&#160;&#160;&#160; I should have known better.  About 10 minutes before a customer demo of a project I have been working on for a while now, I realize that it has broken my ASP.net [...]]]></description>
			<content:encoded><![CDATA[<div class="googleadsense"  style="display:block;float:right;padding:5px"><script type="text/javascript"><!--
google_ad_client = "pub-6900135860991679";
google_ad_width = 180;
google_ad_height = 150;
google_ad_format = "180x150_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "3D81EE";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Last night I upgraded to Internet Explorer 8, thinking that I wanted to be on the “latest and greatest” version of IE.&#160;&#160;&#160; I should have known better.</p>  <p>About 10 minutes before a customer demo of a project I have been working on for a while now, I realize that it has broken my ASP.net AJAX Controls menu.&#160;&#160; I didn’t want to but I had to reschedule the meeting.&#160;&#160; After a little bit of tinkering and searching, I found a solution to the problem.&#160; Insert a meta tag to force the browser to emulate IE7.&#160; To do so, use the following in our code:</p>  <div style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px">   <div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">     <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   1:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">head</span><span style="color: #0000ff">&gt;</span></pre>

    <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   2:</span>   <span style="color: #008000">&lt;!-- Use IE7 mode --&gt;</span></pre>

    <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   3:</span>   <span style="color: #0000ff">&lt;</span><span style="color: #800000">meta</span> <span style="color: #ff0000">http-equiv</span><span style="color: #0000ff">=&quot;X-UA-Compatible&quot;</span> <span style="color: #ff0000">content</span><span style="color: #0000ff">=&quot;IE=EmulateIE7&quot;</span> <span style="color: #0000ff">/&gt;</span></pre>

    <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   4:</span>   <span style="color: #0000ff">&lt;</span><span style="color: #800000">title</span><span style="color: #0000ff">&gt;</span>My Web Page<span style="color: #0000ff">&lt;/</span><span style="color: #800000">title</span><span style="color: #0000ff">&gt;</span></pre>

    <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060">   5:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">head</span><span style="color: #0000ff">&gt;</span></pre>
  </div>
</div>

<p>I haven’t found any good explanation of why this happens other that the usual “standards based “ browser stuff.</p>

<p>If you can explain it..&#160; Leave a comment below.</p>

<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:15f2ff13-905f-4375-b414-7788c4681db3" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/ASP.Net+Menu" rel="tag" class="liexternal">ASP.Net Menu</a>,<a href="http://technorati.com/tags/IE8" rel="tag" class="liexternal">IE8</a>,<a href="http://technorati.com/tags/Standards+Based+Browser" rel="tag" class="liexternal">Standards Based Browser</a>,<a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag" class="liexternal">Internet Explorer 8</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2009/03/20/ie-8-broke-my-aspnet-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>So you need to create a new aspnetdb database</title>
		<link>http://www.treeratfishing.com/2008/08/11/so-you-need-to-create-a-new-aspnetdb-database/</link>
		<comments>http://www.treeratfishing.com/2008/08/11/so-you-need-to-create-a-new-aspnetdb-database/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:34:06 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2008/08/11/so-you-need-to-create-a-new-aspnetdb-database/</guid>
		<description><![CDATA[


 If you do any development with ASP.NET you will run into the aspnetdb database.&#160; This database is an essential component to the membership and webparts framework.&#160;&#160;  If you are a developer like myself, I find that I add a number of test users (and data) to the database and don&#8217;t want the data [...]]]></description>
			<content:encoded><![CDATA[<div class="googleadsense"  style="display:block;float:right;padding:5px"><script type="text/javascript"><!--
google_ad_client = "pub-6900135860991679";
google_ad_width = 180;
google_ad_height = 150;
google_ad_format = "180x150_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "3D81EE";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div> <p>If you do any development with ASP.NET you will run into the aspnetdb database.&nbsp; This database is an essential component to the membership and webparts framework.&nbsp;&nbsp; </p> <p>If you are a developer like myself, I find that I add a number of test users (and data) to the database and don&#8217;t want the data being moved to the production application.&nbsp;&nbsp; You really have&nbsp; 2 options, delete the data out and hope you get it all, or start with a fresh db and add the needed accounts.</p> <p>I won&#8217;t go through the first option because I usually just opt for the second.&nbsp;&nbsp; It is a much cleaner approach in my mind.&nbsp; To create a new database you can use one of the following commands executed at a command prompt&nbsp; from the &#8220;<font face="Courier New">C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\&#8221; directory</font>:</p> <p>Launch the wizard and go through the steps.<br /><font face="Courier New"><em>aspnet_regsql.exe</em></font></p> <p><font face="Courier New">Create a database on a remote server using your current credentials.<br /><em>aspnet_regsql.exe -S &lt;server&gt; -E</em></font></p> <p>Or you can get crazy and create a database on the local server, only to be used for profiles, and authenticate with the current logged on user.<br /><code><em>aspnet_regsql.exe -A p -E</em></code></p> <p><code>To get all the options and switches<br /><em>aspnet_regsql.exe -?</em></code></p> <p><code>Hopefully this information will help you when you are deploying your next application.</code></p> <p><code></code>&nbsp;</p> <div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1d6486dd-46d2-4fdd-aff4-4123a1d50916" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/ASP.Net" rel="tag" class="liexternal">ASP.Net</a>, <a href="http://technorati.com/tags/aspnetdb" rel="tag" class="liexternal">aspnetdb</a>, <a href="http://technorati.com/tags/membership" rel="tag" class="liexternal">membership</a>, <a href="http://technorati.com/tags/webparts" rel="tag" class="liexternal">webparts</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2008/08/11/so-you-need-to-create-a-new-aspnetdb-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Fiddler with Localhost traffic</title>
		<link>http://www.treeratfishing.com/2008/06/08/using-fiddler-with-localhost-traffic/</link>
		<comments>http://www.treeratfishing.com/2008/06/08/using-fiddler-with-localhost-traffic/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 21:50:22 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2008/06/08/using-fiddler-with-localhost-traffic/</guid>
		<description><![CDATA[ Fiddler is an indispensable web application development tool.&#160;&#160; For those who might not know what Fiddler is, it is a tool that allows you to see the complete request and response between your browser and the web server.&#160;&#160;&#160;&#160;  I am afraid that many developers may dismiss it as useless when they are trying [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#square--> <p><a href="http://www.fiddler2.com/" class="liexternal">Fiddler</a> is an indispensable web application development tool.&nbsp;&nbsp; For those who might not know what Fiddler is, it is a tool that allows you to see the complete request and response between your browser and the web server.&nbsp;&nbsp;&nbsp;&nbsp; </p> <p>I am afraid that many developers may dismiss it as useless when they are trying to troubleshoot .Net development because it doesn&#8217;t show the traffic between the the web browser and the development web server that listens on localhost.</p> <p>While <a href="http://www.fiddler2.com/Fiddler/help/knownissues.asp" class="liexternal">this page</a> has a few solutions to the problem.&nbsp; The solution can be solved easily by adding&nbsp; a period after &#8220;localhost&#8221; in your URL.</p> <p>Instead of http://localhost:1234/MyApp/&#8230;,<br />use http://localhost<strong>.</strong>:1234/MyApp/&#8230; ( notice the extra dot after localhost).  </p><p>sometimes the little changes make all the difference. </p> <p>UPDATE:&nbsp;&nbsp; Another solution would be to use the Hostname of your machine instead of &#8220;localhost&#8221;.</p> <div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:145527e6-3328-4e02-9e9e-e37efc82c2ee" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Fiddler" rel="tag" class="liexternal">Fiddler</a>, <a href="http://technorati.com/tags/.Net%20Development" rel="tag" class="liexternal">.Net Development</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2008/06/08/using-fiddler-with-localhost-traffic/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disable Caching on an ASP.Net Page</title>
		<link>http://www.treeratfishing.com/2008/05/26/disable-caching-on-an-aspnet-page/</link>
		<comments>http://www.treeratfishing.com/2008/05/26/disable-caching-on-an-aspnet-page/#comments</comments>
		<pubDate>Mon, 26 May 2008 15:32:26 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2008/05/26/disable-caching-on-an-aspnet-page/</guid>
		<description><![CDATA[ I have been working on database driven ASP.Net site lately and have been having problems with the browser caching pages variables.&#160;&#160; This is causing issues when the user uses the back command to navigate to the previous page instead of using the provided command button to return to the page they need. In order [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#square--></p> <p>I have been working on database driven ASP.Net site lately and have been having problems with the browser caching pages variables.&nbsp;&nbsp; This is causing issues when the user uses the back command to navigate to the previous page instead of using the provided command button to return to the page they need.</p> <p>In order to prevent the page from being cached and force it to be loaded as a new page each time, add the following code to the Page_Load event :</p> <p><strong><u>VB.Net:</u></strong></p><pre class="csharpcode">   Response.Buffer = <span class="kwrd">True</span>
   Response.ExpiresAbsolute = Now().Subtract(<span class="kwrd">New</span> TimeSpan(1, 0, 0, 0))
   Response.Expires = 0
   Response.CacheControl = <span class="str">"no-cache"</span></pre>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>

<p><strong><u></u></strong></p>
<p><strong><u>C#:</u></strong></p><pre class="csharpcode">   Response.Buffer = <span class="kwrd">true</span>; 
   Response.ExpiresAbsolute = DateTime.Now.Subtract(<span class="kwrd">new</span> TimeSpan(1, 0, 0, 0)); 
   Response.Expires = 0; 
   Response.CacheControl = <span class="str">"no-cache"</span>;</pre>
<p></p><pre class="csharpcode">&nbsp;</pre>
<p></p><pre class="csharpcode">So simple, yet so effective. </pre>
<p></p><pre class="csharpcode">&nbsp;</pre>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:af229a76-9803-416c-9ce3-85316fedb479" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/VB.Net" rel="tag" class="liexternal">VB.Net</a>, <a href="http://technorati.com/tags/Caching" rel="tag" class="liexternal">Caching</a>, <a href="http://technorati.com/tags/Page%20Load" rel="tag" class="liexternal">Page Load</a></div><pre class="csharpcode">&nbsp;</pre>
<p></p><pre class="csharpcode">&nbsp;</pre>
<p></p><pre class="csharpcode">&nbsp;</pre>
<p><br /></p>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2008/05/26/disable-caching-on-an-aspnet-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enabling &quot;Agent XPs&quot; on SQL 2005</title>
		<link>http://www.treeratfishing.com/2008/01/15/enabling-agent-xps-on-sql-2005/</link>
		<comments>http://www.treeratfishing.com/2008/01/15/enabling-agent-xps-on-sql-2005/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 17:06:01 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>
		<category><![CDATA[Windows Administration]]></category>
		<category><![CDATA[Agent XPs]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Maintenance Plans]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2008/01/15/enabling-agent-xps-on-sql-2005/</guid>
		<description><![CDATA[ Chances are that if you have just done a fresh install of SQL 2005 you will get an error when you try to create your first SQL 2005 maintenance plan.&#160;&#160; This error tells you that the &#8220;&#8216;Agent XPs component is turned off as part of the security configuration for this server&#8221;&#160; and refers you [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#button--> <p>Chances are that if you have just done a fresh install of SQL 2005 you will get an error when you try to create your first SQL 2005 maintenance plan.&nbsp;&nbsp; This error tells you that the &#8220;&#8216;Agent XPs component is turned off as part of the security configuration for this server&#8221;&nbsp; and refers you to your system administrator or the SQL Books Online.</p> <p>In order to enable the &#8220;Agent XPs&#8221; component. Start up SQL Management Studio and click the &#8220;New Query&#8221; button on the tool bar.&nbsp;&nbsp; Execute the following script in the query window (on the right hand side of the screen) .&nbsp; </p> <div> <div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none">sp_configure <span style="color: #006080">'show advanced options'</span>, 1;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #0000ff">GO</span></pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #0000ff">RECONFIGURE</span>;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #0000ff">GO</span></pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none">sp_configure <span style="color: #006080">'Agent XPs'</span>, 1;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #0000ff">GO</span></pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #0000ff">RECONFIGURE</span></pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">GO</pre></div></div>
<div>&nbsp;</div>
<div>This SQL script enables the advanced configuration options then turns on the &#8220;Agent XPs&#8221; component.&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>&nbsp;</div>
<div>You are now free to create your SQL 2005 Maintenance plans.</div>
<div>&nbsp;</div>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:64d10928-6ae6-4d62-8894-f61f842e245c" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Agent%20XPs" rel="tag" class="liexternal">Agent XPs</a>,<a href="http://technorati.com/tags/SQL" rel="tag" class="liexternal">SQL</a>,<a href="http://technorati.com/tags/SQL%202005" rel="tag" class="liexternal">SQL 2005</a>,<a href="http://technorati.com/tags/Maintance%20Plans" rel="tag" class="liexternal">Maintance Plans</a>,<a href="http://technorati.com/tags/SQL%202005%20Maintnance%20Plans" rel="tag" class="liexternal">SQL 2005 Maintnance Plans</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2008/01/15/enabling-agent-xps-on-sql-2005/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How fast does your website load?</title>
		<link>http://www.treeratfishing.com/2007/07/07/how-fast-does-your-website-load/</link>
		<comments>http://www.treeratfishing.com/2007/07/07/how-fast-does-your-website-load/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 14:05:38 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>
		<category><![CDATA[Recomended Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2007/07/07/how-fast-does-your-website-load/</guid>
		<description><![CDATA[&#160;Do you have the answer?&#160;&#160; Pingdom does with their new &#8220;full page test&#8221; tool.&#160;&#160; With this tool, you enter you website URL it loads up your page including all images, and JavaScript as if a user went to your site.&#160;&#160; It then presents you with your individual file load times, in the order that they [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#button--><p>&nbsp;Do you have the answer?&nbsp;&nbsp; <a href="http://www.pingdom.com/" class="liexternal">Pingdom</a> does with their new <a href="http://tools.pingdom.com/fpt/" class="liexternal">&#8220;full page test&#8221;</a> tool.&nbsp;&nbsp; With this tool, you enter you website URL it loads up your page including all images, and JavaScript as if a user went to your site.&nbsp;&nbsp; It then presents you with your individual file load times, in the order that they would be downloaded.&nbsp; </p> <p><a href="http://www.treeratfishing.com/wp-content/uploads/pingdom.png" atomicselection="true" class="liimagelink"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="311" alt="pingdom" src="http://www.treeratfishing.com/wp-content/uploads/pingdom-thumb.png" width="484" border="0"/></a></p> <p>How <a href="http://tools.pingdom.com/fpt/" class="liexternal">fast is your site</a>?</p> <div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:cf87a9f0-7c34-443c-9a53-5bb18c1f5095" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Pingdom" rel="tag" class="liexternal">Pingdom</a>, <a href="http://technorati.com/tags/Load%20Times" rel="tag" class="liexternal">Load Times</a>, <a href="http://technorati.com/tags/Webmaster%20Tools" rel="tag" class="liexternal">Webmaster Tools</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2007/07/07/how-fast-does-your-website-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset a lost ASP.Net membership password</title>
		<link>http://www.treeratfishing.com/2007/06/25/reset-a-lost-aspnet-membership-password/</link>
		<comments>http://www.treeratfishing.com/2007/06/25/reset-a-lost-aspnet-membership-password/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 02:43:53 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2007/06/25/reset-a-lost-aspnet-membership-password/</guid>
		<description><![CDATA[ I have been doing a lot of development work lately and found myself in a pickle today.&#160;&#160; I was close to finishing a project that relied on ASP.Net membership a few months ago and for reasons that I won&#8217;t go into I had to put it on hold until now.&#160;&#160; A lot can happen [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#square--> <p>I have been doing a lot of development work lately and found myself in a pickle today.&nbsp;&nbsp; I was close to finishing a project that relied on ASP.Net membership a few months ago and for reasons that I won&#8217;t go into I had to put it on hold until now.&nbsp;&nbsp; A lot can happen in a few months, like for instance, you can loose your admin password that you were using.&nbsp;&nbsp;&nbsp; Being sure I used something&nbsp;that I could remember easily&nbsp;I&nbsp;locked myself out.&nbsp;&nbsp; So I <a href="http://www.google.com" class="liexternal">Googled</a> a cure to my woes.</p> <p>I found a few posts that pointed to programmatic ways of resetting the passwords, one was to write VB code while&nbsp;another said to run a few SQL stored procedures.&nbsp; But I found&nbsp;a product called <a href="http://www.qualitydata.com/products/aspnet-membership/Default.aspx" class="liexternal">membership manager</a>&nbsp;by <a href="http://www.qualitydata.com/" class="liexternal">Quality Data</a> that filled all my needs and more.&nbsp;&nbsp; </p> <p>As the title implies, <a href="http://www.qualitydata.com/products/aspnet-membership/Default.aspx" class="liexternal">membership manager</a>&nbsp;allows you to create, update, delete all aspects of you ASP.Net membership enabled site as long as it is using the SQL provider.&nbsp;&nbsp; Within minutes of downloading the demo and watching the video, I was able to put the control on a new page of my test&nbsp;site and give myself access to reset my lost password.&nbsp;&nbsp;&nbsp; As you could imagine I was relieved.&nbsp;&nbsp;&nbsp; </p> <p>I haven&#8217;t dug into the product much more than my initial need, but I like everything I have seen so far.&nbsp;&nbsp;I am sure this program will become part of my&nbsp;ASP.Net toolkit.</p> <div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:57117b48-4d82-4d51-a2d1-30d642a1446a" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/ASP.Net%20Membership" rel="tag" class="liexternal">ASP.Net Membership</a>, <a href="http://technorati.com/tags/ASP.Net" rel="tag" class="liexternal">ASP.Net</a>, <a href="http://technorati.com/tags/Membership%20Provider" rel="tag" class="liexternal">Membership Provider</a>, <a href="http://technorati.com/tags/Lost%20Password" rel="tag" class="liexternal">Lost Password</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2007/06/25/reset-a-lost-aspnet-membership-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Generator&#8230;</title>
		<link>http://www.treeratfishing.com/2006/12/05/data-generator/</link>
		<comments>http://www.treeratfishing.com/2006/12/05/data-generator/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 05:14:55 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2006/12/05/data-generator/</guid>
		<description><![CDATA[ I have always hated coming up with bogus data to fill a development database.&#160;&#160; After putting in the names of all your co-workers, friends, family, and cartoon characters (everybody has Mickey Mouse in their development database), I still need more data.&#160; I found a&#160;tool&#160;on Benjamin Keen&#8217;s website..&#160; the Data Generator.&#160; This tool lets you [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#square--> <p>I have always hated coming up with bogus data to fill a development database.&nbsp;&nbsp; After putting in the names of all your co-workers, friends, family, and cartoon characters (everybody has Mickey Mouse in their development database), I still need more data.&nbsp; I found a&nbsp;<a href="http://www.benjaminkeen.com/software/data_generator/" class="liexternal">tool</a>&nbsp;on <a href="http://www.benjaminkeen.com" class="liexternal">Benjamin Keen</a>&#8217;s website..&nbsp; the <a href="http://www.benjaminkeen.com/software/data_generator/" class="liexternal">Data Generator</a>.&nbsp; This tool lets you choose the column and type of data you want and it will produce up to 200 rows of data that you can import into your database.&nbsp;&nbsp; Good stuff..&nbsp; Thanks Ben.</p> <p><strong>Technorati Tags:</strong> <a href="http://technorati.com/tag/Data%20Generator" rel="tag" class="liexternal">Data Generator</a> &#8211; <a href="http://technorati.com/tag/Programming" rel="tag" class="liexternal">Programming</a> &#8211; <a href="http://technorati.com/tag/.Net%20Development" rel="tag" class="liexternal">.Net Development</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2006/12/05/data-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX tutorials..</title>
		<link>http://www.treeratfishing.com/2006/12/05/ajax-tutorials/</link>
		<comments>http://www.treeratfishing.com/2006/12/05/ajax-tutorials/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 05:04:18 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2006/12/05/ajax-tutorials/</guid>
		<description><![CDATA[As I am doing more Web Development these days,&#160;I am wanting to take the leap into doing more &#8220;Web 2.0&#8243; development and implement more AJAX technologies to enhance what I am doing. Well the staff at AJAX matters put together a list of over 130 AJAX Tutorials from around the web.&#160;&#160; I have found it [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#square--><p>As I am doing more Web Development these days,&nbsp;I am wanting to take the leap into doing more &#8220;Web 2.0&#8243; development and implement more AJAX technologies to enhance what I am doing.</p> <p>Well the staff at <a href="http://www.ajaxmatters.com/" class="liexternal">AJAX matters</a> put together a list of over <a href="http://www.ajaxmatters.com/blog/ajax-tutorials/" class="liexternal">130 AJAX Tutorials</a> from around the web.&nbsp;&nbsp; I have found it to be good information as I am trying to take the step into these AJAX technologies.</p> <p><strong>Technorati Tags:</strong> <a href="http://technorati.com/tag/AJAX" rel="tag" class="liexternal">AJAX</a> &#8211; <a href="http://technorati.com/tag/Web%20Development" rel="tag" class="liexternal">Web Development</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2006/12/05/ajax-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NET Framework 3.0 Released by Microsoft</title>
		<link>http://www.treeratfishing.com/2006/11/07/net-framework-30-released-by-microsoft/</link>
		<comments>http://www.treeratfishing.com/2006/11/07/net-framework-30-released-by-microsoft/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 03:59:23 +0000</pubDate>
		<dc:creator>jeff.story</dc:creator>
				<category><![CDATA[.Net Development]]></category>

		<guid isPermaLink="false">http://www.treeratfishing.com/2006/11/07/net-framework-30-released-by-microsoft/</guid>
		<description><![CDATA[  .NET Framework 3.0 has been released!  The .NET Framework 3.0 has officially been released by Microsoft!&#160;&#160;You can download the new&#160;.NET Framework 3.0 components&#160;here:   .NET Framework 3.0 Runtime Components  Windows SDK for Vista&#160;and the .NET Framework 3.0  Visual Studio 2005 Extensions for .NET Framework 3.0 (Windows Workflow Foundation)  [...]]]></description>
			<content:encoded><![CDATA[<!--adsense#square--> <p></p> <h6>.NET Framework 3.0 has been released! </h6> <p>The .NET Framework 3.0 has officially been released by <a href="http://www.microsoft.com" class="liexternal">Microsoft</a>!&nbsp;&nbsp;You can download the new&nbsp;.NET Framework 3.0 components&nbsp;here:  <ul> <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&amp;displaylang=en" class="liexternal">.NET Framework 3.0 Runtime Components</a>  <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&amp;displaylang=en" class="liexternal">Windows SDK for Vista&nbsp;and the .NET Framework 3.0</a>  <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5D61409E-1FA3-48CF-8023-E8F38E709BA6&amp;displaylang=en" class="liexternal">Visual Studio 2005 Extensions for .NET Framework 3.0 (Windows Workflow Foundation)</a>  <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F54F5537-CC86-4BF5-AE44-F5A1E805680D&amp;displaylang=en" class="liexternal">Visual Studio 2005 Extensions for .NET Framework 3.0 (WCF &amp; WPF), November 2006 CTP</a></li></ul> <p>For Windows Vista users will find that the&nbsp;.NET Framework 3.0 Runtime Components are installed by default.  <p>The Readme for the released version of the .NET Framework 3.0 is available <a href="http://msdn.microsoft.com/windowsvista/support/relnotes/netfx3/default.aspx" class="liexternal">here</a>.&nbsp;&nbsp;If you have a previous CTP installed, please be sure to review the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AAE7FC63-D405-4E13-909F-E85AA9E66146&amp;displaylang=en" class="liexternal">uninstall instructions</a>.&nbsp;&nbsp;&nbsp;If you have questions about installing the .NET Framework 3.0, please post your questions to the <a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1020&amp;SiteID=1" class="liexternal">.NET Framework Setup Forum</a>.  <p><strong>Technorati Tags:</strong> <a href="http://technorati.com/tag/.NET" rel="tag" class="liexternal">.NET</a> &#8211; <a href="http://technorati.com/tag/.NET%203.0" rel="tag" class="liexternal">.NET 3.0</a> &#8211; <a href="http://technorati.com/tag/.NET%20framework" rel="tag" class="liexternal">.NET framework</a> &#8211; <a href="http://technorati.com/tag/.NET%20Framework%203.0" rel="tag" class="liexternal">.NET Framework 3.0</a> &#8211; <a href="http://technorati.com/tag/Microsoft" rel="tag" class="liexternal">Microsoft</a> &#8211; <a href="http://technorati.com/tag/Visual%20Studio" rel="tag" class="liexternal">Visual Studio</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.treeratfishing.com/2006/11/07/net-framework-30-released-by-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
