sir,
how to set default url in webconfiq. when i copy url from one browser to another browser.
My coding is
<authentication mode="Forms">
<forms loginUrl="~/Login.aspx" defaultUrl="~/Home.aspx" cookieless="UseCookies" />
</authentication>
for example here i login in login page then i want to copy this url from one browser to another browser. here i want to display home page.