tags:

views:

12

answers:

1

I have a website that's in Classic ASP on a hosted server. I'd like to be able to create some "virtual" pages so I can specify google-friendly URLs that translate to ASPs

eg www.mydomain.com/this_is_the_help_page

instead of www.mydomain.com/admin/helpsubsystem/help.aspx?current_user etc

As the server also supports ASP.NET - could I use an HTTP Handler to intercept these calls and do any necessary translations?

M

A: 

I probably could have done this if I had been keen enough to google it and write it but instead used the wonderful IISrewrite component from Helicon Tech ;)

MarkH