|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
URL Rewrite .NET!
Hi Guys,
I am looking to deploy a URL rewrite to optimize my dynamic ASP.NET database-driven website for search engines. I have seen a few options Link Freeze: http://www.helicontech.com/linkfreeze/ ISAPI_Rewrite: http://www.isapirewrite.com/ XQASP: http://xde.net/product_xqasp.htm iisrewrite: http://www.qwerksoft.com/products/iisrewrite/ I wonder if anyone out there recommends a particular application. Cheers Rod |
|
#2
|
|||
|
|||
|
I recommend using Context.RewritePath() because it already comes with .NET. Research further for implementation, but it can be implemented as simple as going into global.asax and checking the file name that was requested. For example if url = 'product23424.aspx' then
Context.RewritePath(product.aspx?ID=23424). Of course you'd use that in Application_BeginRequest Easy ![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > Search Engine Optimization > URL Rewrite .NET! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|