Is it possible to return a page in the ProcessRequest method?
For example if someone enters www.mydomain.com/user/joe I want to return a
page user.aspx?user= joe but I don't want the URL to show in the browser. I
tried context.Server. Transfer but it always returns an error.
context.Request .Redirect works but then the URL changes.
Any ideas?
Thnaks,
Joe
For example if someone enters www.mydomain.com/user/joe I want to return a
page user.aspx?user= joe but I don't want the URL to show in the browser. I
tried context.Server. Transfer but it always returns an error.
context.Request .Redirect works but then the URL changes.
Any ideas?
Thnaks,
Joe