Groups > Asp .Net > HttpHandlers and HttpModules > Re: Extensionless URL Rewriting in ASP.NET




Extensionless URL Rewriting in ASP.NET

Extensionless URL Rewriting in ASP.NET
Mon, 25 Feb 2008 08:51:47 +000
Hi everybody,
 I want to make some pages extensionless(Just like google: /search, /url, ...).
I am using UrlRewriter .NET. Can anyone please help me? Thanks in advance!
Post Reply
Re: Extensionless URL Rewriting in ASP.NET
Mon, 25 Feb 2008 11:47:05 +000
UrlRewriter.NET calls this "handling all web requests using ASP.NET",
see

 http://urlrewriter.net/index.php/support/installation/limitations/ for
instructions about configuration in IIS and

http://urlrewriter.net/index.php/support/using/ for a few common rules.

 

/Andreas
Post Reply
Re: Extensionless URL Rewriting in ASP.NET
Tue, 26 Feb 2008 16:37:00 +000
Thanks for the reply, I have created my own URL Rewriting HTTP Module and it
works seamlessly under IIS 7.0 by registering under the <system.webServer>
configuration section. I would like to know if this module will work under IIS
5.0+. Thanks in advance!
Post Reply
Re: Extensionless URL Rewriting in ASP.NET
Thu, 28 Feb 2008 10:26:22 +000
Yes, you can try this:

http://www.isapirewrite.com/
Post Reply
about | contact