I have my website. First time I can successfully login.
Default address:
www.abc.com
I typed this on browser and I redirected to my login page:
www.abc.com/pages/landingpage.aspx
I entered my login credential and log into the site.
After some time I opened a new tab and enter my website address
www.abc.com
Now it gives me an error:
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using
the credentials that you supplied.
The whole story is this: if I am not logged on my site, then I can open my site number of tabs and browsers. But as soon as I logged in my site, I am getting the error above.
<authentication mode="Forms">
<forms name="MMFormAUTH" loginUrl="Pages/LandingPage.aspx" defaultUrl="Pages/LandingPage.aspx" timeout="60" protection="All" slidingExpiration="true" enableCrossAppRedirects="false" requireSSL="false" />
</authentication>
<authorization>
<deny users="?" />
</authorization>
<sessionState cookieless="false" cookieName="abc" mode="InProc" timeout="60">
</sessionState>
<httpRuntime maxRequestLength="1000240" executionTimeout="120" />
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…