M
Matt Winward
Hi all.
On requests for a parent web application, and when certain conditions
match, I need to load pages from a child web application. I've been
playing around with various methods, including RewritePath and
Server.Transfer, but these each have problems of their own.
Reading up on TransferRequest, this seems like the ideal solution
where the request is sent back through the IIS pipeline and the user
will see the results from the sub application, but the URL will remain
unchanged .. perfect.
The problem is that when I try this, the URL *does* get changed. I may
as well have just done a Response.Redirect! Obviously I'm doing
something wrong. Anyone know what it might be??
Thanks,
Matt
On requests for a parent web application, and when certain conditions
match, I need to load pages from a child web application. I've been
playing around with various methods, including RewritePath and
Server.Transfer, but these each have problems of their own.
Reading up on TransferRequest, this seems like the ideal solution
where the request is sent back through the IIS pipeline and the user
will see the results from the sub application, but the URL will remain
unchanged .. perfect.
The problem is that when I try this, the URL *does* get changed. I may
as well have just done a Response.Redirect! Obviously I'm doing
something wrong. Anyone know what it might be??
Thanks,
Matt