Is it possible to create a rule that has a behaviour similar to the Service.Transfer from ASP ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using IIS7 Rewriting Module you can use a
Rewrite Action.This keeps the original URL but rewrites the path which your application will see and process in a similar way to
Server.Transfer.Have a look at the rules overview.
This essentially is the same as
Context.RewritePath.