我有我的網站。第一次我能夠成功登錄。403 - 禁止:訪問被拒絕。您無權使用您提供的憑據查看此目錄或頁面
默認地址:
www.abc.com
我打這個瀏覽器的,我重定向到我的登錄頁面:
www.abc.com/pages/landingpage.aspx
我進入我的登錄證書,並登錄到該網站。
一段時間後,我打開新的標籤頁,然後輸入我的網站地址
www.abc.com
現在,它給了我錯誤:
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using
the credentials that you supplied.
所以整個故事是這樣的,如果我沒有在我的網站登錄那麼我可以打開我的網站數量的選項卡和瀏覽器,但只要我登錄我的網站,我收到上述錯誤。
任何建議..............
嗨NEDD幫助...........試過幾乎所有的文章與此問題相關的淨
<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" />
我正在使用表單身份驗證,將默認頁面添加到我的網站。 – vikas