very good sample to use the routing way within asp.net 3.5
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 :)
<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:
Post a Comment