URL Rewrittinghttp://forums.asp.net/t/1342201.aspx/1?URL+RewrittingSun, 02 Nov 2008 06:38:07 -050013422012719146http://forums.asp.net/p/1342201/2719146.aspx/1?URL+RewrittingURL Rewritting <p>I have been doing URL Rewriting and typical I do this www.foo.com/author/name.aspx&nbsp; but I want to change my URL rewriting to do www.foo.com/name (btw, name.aspx is the name of the author and it changes) </p> <p>&nbsp;</p> <p>Typically I do this:</p> <p>&nbsp;&nbsp;</p> <pre class="prettyprint">public void Init(HttpApplication context) { context.BeginRequest &#43;= new EventHandler(context_BeginRequest); }</pre><pre class="prettyprint">&nbsp;</pre><pre class="prettyprint">But when the url is www.foo.com/name the event is not popped. Only popped if I have the .aspx</pre><pre class="prettyprint">&nbsp;</pre><pre class="prettyprint">anyone know a way around this?</pre><pre class="prettyprint">&nbsp;</pre><pre class="prettyprint">Rick <br></pre>&nbsp;&nbsp; <br> 2008-11-02T06:38:07-05:00