I have a classic asp webapp that I need to implement url re-writing in. I've used the intelligencia url re-writer in an asp.net application before , so my current trail of thought is to create a new asp.net application, add the url re-writing component to it and then add the classic asp application over the top. It's hosted in shared webspace so I have no ability to add isapi components to the webserver.
Is this the right way to go about it? What configuration changes would I need to make to get the classic asp and asp.net to sit together happly?
Any advice would be very appreciated.