Page 1 of 1

URL Rewrites

Posted: Mon Jun 02, 2008 8:32 am
by trozzi
There used to be a handler in web.config in 5.5

Where in 7.0 do you create rewrite rules?

thanks

t

Re: URL Rewrites

Posted: Mon Jun 02, 2008 10:18 am
by Logan Rhodehamel
In AC55 we had designed a generic rule rewriter that worked with rules from the web.config. In AC7, we simplified this code to improve performance by only working with a single fixed rewrite rule. We no longer use a generic rule processor that can be modified.

There are a multitude of free rewrite components available for ASPNET if you need to enable this kind of processing.