403 - 禁止:拒绝访问。你使用你提供的凭据没有权限查看该目录或页面 [英] 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied

查看:1029
本文介绍了403 - 禁止:拒绝访问。你使用你提供的凭据没有权限查看该目录或页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有我的网站。我第一次能够成功地登录。

默认地址:

  www.abc.com

我打这个浏览器的,我重定向到我的登录页面:

  www.abc.com/pages/landingpage.aspx

我输入我的登录证书,并登录到该网站。

过了一段时间我打开新的标签页,然后输入我的网站地址

  www.abc.com

现在它给了我错误:

  403  - 禁止:拒绝访问。
 您没有使用权限查看该目录或页面
 您提供的凭据。

所以整个故事是这样的,如果我没有登录我的网站,然后我可以打开标签页和浏览器的我的网站数量,但当我登录我的网站,我收到上述<错误/ STRONG >。

任何建议..............

大家好NEDD帮助...........试过几乎所有的文章与此问题相关的净

 &LT;身份验证模式=表格&GT;
  &LT;形式的名称=MMFormAUTHloginUrl =页/ LandingPage.aspxdefaultUrl =页/ LandingPage.aspx超时=60保护=全部slidingExpiration =真enableCrossAp predirects =假 requireSSL =FALSE/&GT;
&LT; /认证&GT;
&LT;授权&GT;
  &LT;拒绝用户=? /&GT;
&LT; /授权&GT;
&LT;的sessionState无Cookie =false的cookieName =ABC模式=是InProc超时=60&GT;
&LT; /&的sessionState GT;
&LT;的httpRuntime的maxRequestLength =1000240executionTimeout =120/&GT;


解决方案

试试这个

 &LT;?让用户= /&GT;

现在您正在使用&LT;?拒绝用户= /&GT; ,这意味着你是不是允许经过身份验证的用户使用你的网站。

授权元素

I have my website. First time i am able to succesfully 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 new tab and enter my website address

www.abc.com

Now it gives me error:

 403 - Forbidden: Access is denied.
 You do not have permission to view this directory or page using 
 the credentials that you supplied.

So 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.

Any suggestion ..............

Hi guys nedd help ...........tried almost all article related to this problem on net

 <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" />

解决方案

Try this

 <allow  users="?" />

Now you are using <deny users="?" /> that means you are not allowing authenticated user to use your site.

authorization Element

这篇关于403 - 禁止:拒绝访问。你使用你提供的凭据没有权限查看该目录或页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆