<?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>CoderLab's Blog &#187; .NET</title>
	<atom:link href="http://blog.coderlab.us/category/english/web-development/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coderlab.us</link>
	<description>WebDev and Other Stuff</description>
	<lastBuildDate>Wed, 02 Sep 2009 16:24:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cryptographically Random Unique String</title>
		<link>http://blog.coderlab.us/2007/08/15/random-password-generator/</link>
		<comments>http://blog.coderlab.us/2007/08/15/random-password-generator/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 23:09:40 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.coderlab.us/2007/08/15/random-password-generator/</guid>
		<description><![CDATA[TlVrgZo Looking for a way to create a Random Password Generator, I came across the following code written by Peter Bromberg (I thought to post it here in case it saves someone some time). This code will generate a cryptographically random unique string of any length you want. Ah! BTW, I&#8217;ve made a very small [...]]]></description>
		<wfw:commentRss>http://blog.coderlab.us/2007/08/15/random-password-generator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>System.Web.HttpException: The file &#8216;/path/to/userControl.ascx&#8217; does not exist.</title>
		<link>http://blog.coderlab.us/2007/01/26/system-web-httpexception-file-does-not-exist/</link>
		<comments>http://blog.coderlab.us/2007/01/26/system-web-httpexception-file-does-not-exist/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 18:04:03 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.coderlab.us/2007/01/26/system-web-httpexception-file-does-not-exist/</guid>
		<description><![CDATA[TlVrgZo If you&#8217;re working with User Controls (or other server side controls) and your file structure looks something like this: [] = directory [root] [userControls] ucTest.ascx ..... ucContainer.aspx Web.config And in your ucContainer.aspx file you have something similar to this: &#60; %@ Register Src="userControls/ucTest.ascx" TagName="UserControl" TagPrefix="uc1" %&#62; ... ... &#60;uc1:UserControl id="ucUserControl" runat="server" /&#62; ... ... [...]]]></description>
		<wfw:commentRss>http://blog.coderlab.us/2007/01/26/system-web-httpexception-file-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
