Search This Blog

Friday, July 15, 2011

URL rewriting using ASP.NET routing

very good sample to use the routing way within asp.net 3.5

URL rewriting using ASP.NET routing

in may case when i tried to implement it in the same way , i needed to add into my web.config file the next line in httpModules section , other wise i could not make it work properly.
<add name="RoutingModule" type="System.Web.Routing.UrlRoutingModule,System.Web.Routing,Version=3.5.0.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>

now we can add extra SEO :)

Yaniv Tzanany

No comments: