There used to be a handler in web.config in 5.5
Where in 7.0 do you create rewrite rules?
thanks
t
URL Rewrites
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: URL Rewrites
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.
There are a multitude of free rewrite components available for ASPNET if you need to enable this kind of processing.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.