登录---您与此站点的连接不是私密的 [英] Sign in---your connection to this site is not private

查看:405
本文介绍了登录---您与此站点的连接不是私密的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的应用程序在Windows Server 2012 R2上运行iis版本8.5。



我们的应用程序包含几个在iis中发布的文件夹。



我们可以访问所有文件夹中的页面。



每当我们要从Reports文件夹访问页面时,浏览器会显示一个登录提示输入用户名和密码。



我尝试了什么:



我们检查了该文件夹的所有权限,这些权限与其他文件夹。

IUSR用户可以完全访问所有文件夹。我们在IIS中启用了匿名身份验证和Windows身份验证。在webconfig中我们写了以下代码



We have our application on Windows Server 2012 R2 and running iis version 8.5.

Our application consists of several folders which are published in iis.

we are able to access the pages from all the folders.

Whenever we are going to access the pages from Reports folder the browser showing one sign-in prompt to enter the username and password.

What I have tried:

we have checked all the permissions of that folder and those are same as other folders.
The IUSR user has given full access to all the folders. we have enabled the Anonymous Authentication and also windows Authentication in IIS. in webconfig we have written the below coding

<location path="">
    <system.web>
      <authentication mode="Windows" />
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>





我已经看到一些来自互联网的应用程序,但没有解决问题。我不明白为什么特定报告文件夹中的页面存在这个问题。



如果您想了解有关此问题的任何进一步信息,我将发布。



有人可以帮我解决这个问题。



I have seen some work around from the internet and applied and but nothing solved the issue. I am not getting the point why the pages in particular Reports folder has that problem.

If you want any further information regarding this issue i will post it.

Can someone help me with this issue.

推荐答案

我不是HTML编程的专家,但我做的我们知道这条消息和类似消息已经显示在大多数浏览器上,因为相关公司决定尝试推动使用HTTPS来尝试让网站更安全。如果你升级到HTTPS,那么消息就不应该出现了,从我读过的你可以通过一个简单的标题改变来做到这一点;并没有真正使网站更安全。
I am not an expert on HTML programming, but I do know that this message and ones like it are displayed on most browsers now that the relevant companies involved decided to try to push the use of HTTPS to try and make websites more secure. If you upgrade to HTTPS then the message should not come up anymore, and from what I have read you can do this by a simple header change; not truly making the website any more secure.


这篇关于登录---您与此站点的连接不是私密的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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