Hello, I have a problem with my Static URLs. I have a web directory based on ASP, i am using mod-rewrite so i turn my dynamic URL to static, but the problem is that Static URLs are not indexed. First i was think that there is no problem but it was 5 months ago. Where can be the problem ? King regards...
Do you have links pointing to the static urls? Did you 301 redirect from the dynamic urls to the static ones?
As I understand you are using RewritePath and all your IIS settings are correct... In this case the reason should be somewhere else. I am using RewritePath extensively to convert ".aspx?id=..." to static URLs and don't experience problems with indexing.