The IIS redirect won't help you with parameters or other wildcarding type behavior. Basically all source requests go to the same hard-coded destination specifier.
Sorry, you'll need another solution, like a .NET httpmodule or an isapi filter. Or perhaps some simple response.redirect logic will solve your problem.
3 comments:
How do i redirect if there are querystring parameters ? Does the ISS redirect correctly if there are querystring parameters ?
The IIS redirect won't help you with parameters or other wildcarding type behavior. Basically all source requests go to the same hard-coded destination specifier.
Sorry, you'll need another solution, like a .NET httpmodule or an isapi filter. Or perhaps some simple response.redirect logic will solve your problem.
Hey, there is really much worthwhile material in this post!
Post a Comment