G
Guest
Hi,
Is there any difference in handling the site navigation by using
location.href or by using server.transfer?
window.location.href = '<%=Response.ApplyAppPathModifier("~/MyAccount.aspx")
%>';
or
Server.Transfer(Response.ApplyAppPathModifier("~/MyAccount.aspx"))
What's the difference? Is there a difference in security when using Forms
authentication or Windows Authentication is security affected by using
location.href or server.transfer?
Thanks in advance,
Richard
Is there any difference in handling the site navigation by using
location.href or by using server.transfer?
window.location.href = '<%=Response.ApplyAppPathModifier("~/MyAccount.aspx")
%>';
or
Server.Transfer(Response.ApplyAppPathModifier("~/MyAccount.aspx"))
What's the difference? Is there a difference in security when using Forms
authentication or Windows Authentication is security affected by using
location.href or server.transfer?
Thanks in advance,
Richard