Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
This is a really silly question but I've been struggling with the basic setup for Visual Studio.

Although I mainly work with Java and PHP these days I need to write an ISAPI filter.

I've found a nice example I'd like to start with How to make an ISAPI redirection filter[^]

It looks like I may have to install Visual Studio 6.0 as the latest VS doesn't have the ISAPI Wizard.

My questions is do I need to install the outdated VS 6.0 which may be a challenge to find an operating system old enough to run it or is there a new way of handling redirections - if so can you send some links to examples?

All I need to do is redirect www.example1.com/blog to blog.example1.com but in such a way that the URL is rewritten so it's showing the content of blog.example1.com under the link www.example1.com/blog

Any help will be much appreciated,

Pav
Posted

1 solution

They removed it in vs2005 "by design". Take a look on the page below for more information and also info on how to obtain the platform SDK and ISAPI filters and extension.

http://support.microsoft.com/kb/910382[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900