I have a web application that used to have this URL format:

http://example.com/application/lang-code/path/to/page.asp

We have upgraded the app and the URLs look like this:

http://example.com/application/app/path/to/page.aspx?lang=lang-code

What's odd is when I use the old URL format, the system automatically redirects me to the new URL format; but URL Rewrite module and URL Redirection modules are not installed.

Is there something else that would do this rewriting? The lang-code virtual directory doesn't even exist - so I'm not sure what to do here.

TIA

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Enable Failed Request Tracing and you should be able to see what's causing the redirect.

link|improve this answer
Found the culprit using failed request tracing. Thanks! (can't upvote until I have 15 reputation; sorry) – JayTee May 24 '11 at 18:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.