Asp.net UrlWriting
can any one tell me why url rewriting not working in 开发者_StackOverflow社区iis6?
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.
精彩评论