M
Mike Placentra II
Hi. When using Server.Transfer() to switch the request to a specific
web form (as opposed to a class implementing IHttpHandler, if it makes
any difference), do I have to do something special to have
Request.IsAuthorized set properly?
When searching for a solution I read that Server.Transfer() does not
invoke the AuthorizeRequest event or something. Is there maybe a way
to make that happen since the request is being transferred to a web
form?
My reasons for not using Response.Redirect() are not just cosmetic,
but otherwise I would have switched to that already.
Thanks,
-Mike Placentra II
web form (as opposed to a class implementing IHttpHandler, if it makes
any difference), do I have to do something special to have
Request.IsAuthorized set properly?
When searching for a solution I read that Server.Transfer() does not
invoke the AuthorizeRequest event or something. Is there maybe a way
to make that happen since the request is being transferred to a web
form?
My reasons for not using Response.Redirect() are not just cosmetic,
but otherwise I would have switched to that already.
Thanks,
-Mike Placentra II