My site was always redirected to default.aspx

Discussion in 'ASP.NET 2.0' started by huangcsu, Jun 5, 2010.

  1. 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!
     

Share This Page