|
Yeah, I'll third this. I didn't think this would be possible? Mod rewrite is Apache, and ASP is IIS/Microsoft. You might be able to run ASP.NET code under Project Mono on Linux, but not old-school asp.
Also, I've been curious about doing something similar, but thought the only choices were to use ISAPI filters in IIS, or HttpHandlers in .NET? Mod rewrite is kind of harsh, but less work than the Microsoft alternatives.
Anyway, we need the URL to get any idea why it's not being indexed? It could be anything from not having links to the rewritten, static pages ( if you link using the query string as part of the URL ) to your robots.txt exclusion file.
|