随笔分类 -  IIS

摘要:原文链接:https://blog.csdn.net/linuxghs/article/details/138647970#:~:text=%29%E3%80%82,%E5%B0%B1%E7%94%A8%E6%9C%AC%E5%9C%B0%E7%9A%84%E8%BF%99%E4%B8%AAexe% 阅读全文
posted @ 2025-07-02 17:33 yinghualeihenmei 阅读(283) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/axxxwo/article/details/133675838 https://www.yslink.cn/news/jiaoc/879.html 阅读全文
posted @ 2025-07-01 11:50 yinghualeihenmei 阅读(234) 评论(0) 推荐(0)
摘要:如果检测到目标缺失CSP frame-ancestors响应头,存在遭受点击劫持攻击的风险。以下是不同服务器环境下的解决办法: IIS 在web.config文件中添加以下内容: <configuration> <system.webServer> <httpProtocol> <customHea 阅读全文
posted @ 2025-05-27 14:13 yinghualeihenmei 阅读(251) 评论(0) 推荐(0)
摘要:X-Download-Options 响应头用于控制浏览器如何处理文件下载,当其值为 noopen 时,浏览器不会自动打开下载的文件,而是将文件保存到本地,这有助于防止恶意文件自动执行。以下是针对不同服务器环境的解决办法: 在 IIS 的 web.config 文件中,添加以下内容: <config 阅读全文
posted @ 2025-05-27 14:08 yinghualeihenmei 阅读(432) 评论(0) 推荐(0)
摘要:Permissions-Policy 响应头用于控制浏览器中各种功能的使用权限,以增强网站的安全性、保护用户隐私,并减少潜在的安全风险。如果检测到目标缺失该响应头,可以通过以下方法进行配置: IIS:在web.config文件中添加以下内容: <configuration> <system.webS 阅读全文
posted @ 2025-05-27 14:05 yinghualeihenmei 阅读(337) 评论(0) 推荐(0)
摘要:Cross-Origin-Resource-Policy(CORP)响应头缺失可能导致浏览器拒绝加载某些资源,影响网站的安全性和功能。以下是针对不同服务器环境的解决办法: 在IIS中,可以通过web.config文件配置响应头。编辑web.config文件,添加以下内容: <configuratio 阅读全文
posted @ 2025-05-27 14:02 yinghualeihenmei 阅读(195) 评论(0) 推荐(0)
摘要:Cross-Origin-Opener-Policy(COOP)响应头缺失可能导致安全问题,如跨站攻击等。 IIS:在web.config文件中添加以下配置 <configuration> <system.webServer> <httpProtocol> <customHeaders> <add 阅读全文
posted @ 2025-05-27 13:58 yinghualeihenmei 阅读(269) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/dexun123/article/details/135994907 简介SSL证书是一种数字证书,遵守SSL协议,由受信任的数字证书颁发机构(CA)验证服务器身份后颁发。它具有服务器身份验证和数据传输加密的功能,能够确保数据在传输过程中的安全性 阅读全文
posted @ 2024-10-17 11:19 yinghualeihenmei 阅读(105) 评论(0) 推荐(0)
摘要:https://learn.microsoft.com/zh-cn/security-updates/securitybulletins/2014/ms14-076 第一个链接装了没有用 https://learn.microsoft.com/en-us/security-updates/secur 阅读全文
posted @ 2024-09-19 13:51 yinghualeihenmei 阅读(519) 评论(0) 推荐(0)
摘要:原文链接:https://juejin.cn/post/7380283122489442304 大家好!今天我们要讨论一个同样“技术含量”十足的话题——IIS解析漏洞。可能你听说过一些Web服务器漏洞,比如Apache或Nginx的漏洞。那么IIS解析漏洞又是什么呢?它对我们的Web安全有何影响?让 阅读全文
posted @ 2024-09-19 10:58 yinghualeihenmei 阅读(382) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/weixin_30607659/article/details/95294969 应用程序池的标识是运行应用程序池的工作进程所使用的服务帐户名称。默认情况下,应用程序池以 Network Service 用户帐户运行,该帐户拥有低级别的用户权限。 阅读全文
posted @ 2024-09-09 17:52 yinghualeihenmei 阅读(172) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/lsgis2001/article/details/140834026 报错:此操作系统版本不支持此选项。管理员应使用“打开或关闭 Windows 功能”对话框、“服务器管理器”管理工具或 dism.exe 命令行工具安装/卸载包含 IIS8 的 阅读全文
posted @ 2024-08-08 22:05 yinghualeihenmei 阅读(66) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/mingcaoyouxin/p/3926800.html 开发web项目时需要安装IIS,在安装好IIS的Windows7本上发布asp.net网站时,web程序已经映射到了本地IIS上,但运行如下错误提示“处理程序“PageHandlerF 阅读全文
posted @ 2024-08-07 16:17 yinghualeihenmei 阅读(162) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/qigege/p/4782811.html https://blog.csdn.net/qq_41630695/article/details/119720213 打开IIS管理器,找到“处理程序映射”,在列表右击选择“添加脚本映射”即可。e 阅读全文
posted @ 2024-08-07 15:43 yinghualeihenmei 阅读(923) 评论(0) 推荐(0)
摘要:原文链接:https://www.pageadmin.net/help/96.cshtml 问题描述:打开网站一直提示“不能在此路径中使用此配置节。如果在父级别上锁定了该节,便会出现这种情况。锁定是默认设置的(overrideModeDefault="Deny")” 具体如下图: 问题分析:出现这个 阅读全文
posted @ 2024-08-07 15:23 yinghualeihenmei 阅读(1733) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/wwssgg/p/17984105 今天运行项目的时候出现了这个错误.... 查了一下解决的方法。 具体方案如下: 1、先确认安装IIS的时候有没有装Asp.Net,如果没安装的话,安装上即可。(XTHS:采用这步,就可以了!) 2、IIS 阅读全文
posted @ 2024-08-07 14:54 yinghualeihenmei 阅读(148) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/weixin_43151418/article/details/129085877 1.1 从开始打开服务器管理 1.2 添加角色和功能 1.3 添加角色和功能向导 1.4 按照如下步骤选择 选择 基于角色或基于功能的安装 选择 从服务器池中选择 阅读全文
posted @ 2024-08-07 12:11 yinghualeihenmei 阅读(112) 评论(0) 推荐(0)
摘要:显示comp..Error 应用程序池关掉,然后起不来,过一会再打开。 阅读全文
posted @ 2024-07-27 18:33 yinghualeihenmei 阅读(22) 评论(0) 推荐(0)
摘要:https://help.aliyun.com/zh/ecs/how-to-install-iis-service-in-windows-server-instance-in-the-alternate-source-path 详细描述 此处示范版本为Windows Server 2012 R2,该 阅读全文
posted @ 2023-09-07 14:29 yinghualeihenmei 阅读(482) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/blodfox777/archive/2008/07/08/1238055.html 问: Hello,I am new to web services. I have built couple of web services with C# 阅读全文
posted @ 2023-08-10 11:39 yinghualeihenmei 阅读(52) 评论(0) 推荐(0)