<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: URL Rewriting in Asp.net using URLRewriter</title>
	<atom:link href="http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/</link>
	<description>i.e. anything interesting...</description>
	<lastBuildDate>Sun, 04 Mar 2012 23:53:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Simon Steed</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-67</link>
		<dc:creator>Simon Steed</dc:creator>
		<pubDate>Tue, 12 May 2009 13:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-67</guid>
		<description>This basically means you have created an object but you are trying to use it before initializing it i.e.:

&lt;code&gt;Object MyName;

MyName.SomeMethod(); // this will throw the exception - do the following to fix

MyName = new MyName();

MyName.SomeMethod(); //this will work fine&lt;/code&gt;

Si</description>
		<content:encoded><![CDATA[<p>This basically means you have created an object but you are trying to use it before initializing it i.e.:</p>
<p><code>Object MyName;</p>
<p>MyName.SomeMethod(); // this will throw the exception - do the following to fix</p>
<p>MyName = new MyName();</p>
<p>MyName.SomeMethod(); //this will work fine</code></p>
<p>Si</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Steed</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-66</link>
		<dc:creator>Simon Steed</dc:creator>
		<pubDate>Tue, 12 May 2009 13:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-66</guid>
		<description>Sorry I don&#039;t have one, you could try the authors homepage as they may have one???</description>
		<content:encoded><![CDATA[<p>Sorry I don&#8217;t have one, you could try the authors homepage as they may have one???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sen</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-65</link>
		<dc:creator>sen</dc:creator>
		<pubDate>Tue, 12 May 2009 07:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-65</guid>
		<description>please send me asp.net 1.1 version dll for the same</description>
		<content:encoded><![CDATA[<p>please send me asp.net 1.1 version dll for the same</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sen</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-64</link>
		<dc:creator>sen</dc:creator>
		<pubDate>Tue, 12 May 2009 06:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-64</guid>
		<description>i am gettin this error. Please help me.


Object reference not set to an instance of an object. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of an object.]
   Intelligencia.UrlRewriter.Configuration.RewriterConfiguration.Load()
   Intelligencia.UrlRewriter.Configuration.RewriterConfiguration.get_Current()
   Intelligencia.UrlRewriter.RewriterHttpModule..cctor()

[TypeInitializationException: The type initializer for &quot;Intelligencia.UrlRewriter.RewriterHttpModule&quot; threw an exception.]

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +655
   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
   System.Web.Configuration.ModulesEntry.Create() +33
   System.Web.Configuration.HttpModulesConfiguration.CreateModules() +103
   System.Web.HttpApplication.InitModules() +45
   System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1295
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +392
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +256
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573</description>
		<content:encoded><![CDATA[<p>i am gettin this error. Please help me.</p>
<p>Object reference not set to an instance of an object.<br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p>
<p>Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.</p>
<p>Source Error: </p>
<p>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  </p>
<p>Stack Trace: </p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />
   Intelligencia.UrlRewriter.Configuration.RewriterConfiguration.Load()<br />
   Intelligencia.UrlRewriter.Configuration.RewriterConfiguration.get_Current()<br />
   Intelligencia.UrlRewriter.RewriterHttpModule..cctor()</p>
<p>[TypeInitializationException: The type initializer for "Intelligencia.UrlRewriter.RewriterHttpModule" threw an exception.]</p>
<p>[TargetInvocationException: Exception has been thrown by the target of an invocation.]<br />
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0<br />
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +66<br />
   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +655<br />
   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200<br />
   System.Web.Configuration.ModulesEntry.Create() +33<br />
   System.Web.Configuration.HttpModulesConfiguration.CreateModules() +103<br />
   System.Web.HttpApplication.InitModules() +45<br />
   System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1295<br />
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +392<br />
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +256<br />
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-63</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 08 May 2009 07:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-63</guid>
		<description>Hi,

Sorry but I don&#039;t have any Visual Studio compilers that build to 1.1 anymore - if you find one, feel free to let me know and i&#039;ll add it for you though

Si</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry but I don&#8217;t have any Visual Studio compilers that build to 1.1 anymore &#8211; if you find one, feel free to let me know and i&#8217;ll add it for you though</p>
<p>Si</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sen</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-62</link>
		<dc:creator>sen</dc:creator>
		<pubDate>Thu, 07 May 2009 12:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-62</guid>
		<description>Hi,
If you could post sample project for URL Rewrite for Asp.net 1.1, it is appriciatable.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
If you could post sample project for URL Rewrite for Asp.net 1.1, it is appriciatable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayant</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-54</link>
		<dc:creator>jayant</dc:creator>
		<pubDate>Mon, 13 Apr 2009 11:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-54</guid>
		<description>thanks for giving precious information</description>
		<content:encoded><![CDATA[<p>thanks for giving precious information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayant</title>
		<link>http://blog.xploiter.com/c-and-aspnet/url-rewriting-with-aspnet-and-urlrewriter/comment-page-1/#comment-53</link>
		<dc:creator>jayant</dc:creator>
		<pubDate>Mon, 13 Apr 2009 11:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xploiter.com/?p=199#comment-53</guid>
		<description>super article,very very useful</description>
		<content:encoded><![CDATA[<p>super article,very very useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

