0

can any one tell me why url rewriting not working in iis6?

3
  • Yes! You've configured it wrong! (You'll need to provide more details, or perhaps I can guess: You need to Uncheck 'Verify file exists' in your wildcard mapping). Commented Dec 16, 2010 at 7:18
  • 1
    @Noon Silk - dude, u sure IIS6 has a rewriter built in? Commented Dec 16, 2010 at 7:21
  • @Pure.Krome: It doesn't, but you can still do it yourself - It's how I've done it for ages (custom HttpModule or just something in the Global.asax). Commented Dec 16, 2010 at 7:35

1 Answer 1

1

Sure can - IIS6 doesn't have any built in URL ReWriter. IIS7 does - but it's an add-on that needs to be downloaded separately.

Of course, there are 3rd party Url Rewriter's which I think exist for IIS6, but it's been ages since I've used IIS6.

Pro Tip #1: Migrate over to IIS7.

Pro Tip #2: This question should be asked on ServerFault instead.

Sign up to request clarification or add additional context in comments.

1 Comment

No Probs :) If u're ahppy with the answer, then don't forget to tick it.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.