My Code :
<authentication mode="Forms">
<forms loginUrl="~/CRMLogin/LogOn" timeout="2880"/>
</authentication>
I want this :
http://localhost:13664/CRMLogin/LogOn?ReturnUrl=%2fCRM%2fAddNewCRM
But I am getting this:
http://localhost:12340/Account/Login?ReturnUrl=%2fCRM%2fAddNewCRM
I have written in code loginUrl="~/CRMLogin/LogOn" but also why I am getting this Account/Login. I don't know. I tried same in another project but it works fine there. Please help me.