When type login page URL, signin.aspx on IE address bar, the web site was redirected to default.aspx. Here is the settings on web.config <authentication mode="Forms"> <forms name=".ASPXFORMSDEMO" loginUrl="signin.aspx" defaultUrl="dailyfolio.aspx" protection="All" path="/" timeout="30" slidingExpiration="false" cookieless="AutoDetect" enableCrossAppRedirects="false" /> </authentication> Please help!