站点地图链接在实时站点、Windows 身份验证上不起作用
我有一个使用 Windows 身份验证的 Intranet 站点。我在“管理员”文件夹中有“管理员”页面,该页面仅向管理员组(Windows 安全组)中的用户显示。这些页面有效
我有一个文件夹,其中包含包含报告的子文件夹。这些权限针对每种类型的报告进行了细分。他们具有类似的角色特权。当我测试应用程序时,我可以导航到这些页面。当我在内联网上实时部署站点时,链接不会返回页面。错误缺少链接 404。我需要在 IIS 中设置某些内容吗?
I have a intranet site with Windows Authentication. I have 'Administrator' pages in an 'Administrator' folder that will only show for those in the admin group (windows security group) These pages work
I have a folder with sub folders containing reports. These permissions are broken down for each type of report. They have similar role priveleges. When I test the application, I can navigate to the pages. When I deploy the site live on the intranet the links don't return a page. Error missing link 404. Do I need to set something in IIS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我认为没有人能够向我解释这一点,但由于某些不真实的、未发布的原因,当我更改文件夹名称(在本例中)时,IIS 7 不喜欢文件夹名称“Reports” ,到“报告”)效果很好。
答:IIS 中的文件夹名称冲突。网络服务器正在运行 Sql Server Reporting Services,其中有一个“Reports”文件夹,而我的网站有一个具有相同 URL 的文件夹。
OK, I don't think anyone is going to be able to explain this to me but for some unreal, unpublished reason, IIS 7 didn't like the folder name 'Reports' As soon as I changed the folder name (in this case, to 'Reporting') it worked just fine.
Answer: confilcting folder names in IIS. The webserver was running Sql Server Reporting Services which has a folder for 'Reports' and my website had a folder with the same URL.