can any one tell me why url rewriting not working in iis6?
- 
        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).Noon Silk– Noon Silk2010-12-16 07:18:22 +00:00Commented Dec 16, 2010 at 7:18
- 
        1@Noon Silk - dude, u sure IIS6 has a rewriter built in?Pure.Krome– Pure.Krome2010-12-16 07:21:03 +00:00Commented 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).Noon Silk– Noon Silk2010-12-16 07:35:35 +00:00Commented Dec 16, 2010 at 7:35
                    
                        Add a comment
                    
                 | 
            
                
            
        
         
    1 Answer
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.
1 Comment
Pure.Krome
 No Probs :) If u're ahppy with the answer, then don't forget to tick it.