- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在根目录下,我具有以下结构
..
..
..
web.config
Report Folder
- Login.aspx
- Web.config
|
|-> ViewReport
|
|-> Report.aspx
<?xml version="1.0"?>
<configuration>
<system.web>
<authentication mode="Forms">
<forms loginUrl="Login.aspx" defaultUrl="ViewReport/Report.aspx">
<credentials passwordFormat="Clear">
<user name="Johl" password="pass888"/>
</credentials>
</forms>
</authentication>
</system.web>
<location path="ViewReport/Report.aspx">
<system.web>
<authorization>
<allow users="Johl"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
</configuration>
<system.web>
<authentication mode="Forms">
<forms loginUrl="Str/StrUserLogin.aspx" timeout="2880" slidingExpiration="true" />
</authentication>
<authorization>
<allow users="*" />
</authorization>
</system.web>
最佳答案
在站点根目录中创建一个虚拟目录。可以通过“Web”选项卡下VS中的项目属性来完成。
也有可能在子目录中定义了应该在根配置文件中的内容。在这里看到类似的问题:
Error to use a section registered as allowDefinition='MachineToApplication' beyond application level
关于asp.net - web.config allowDefinition = MachineToApplication错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16307112/
我在创建新文件夹并向其中上传文件时遇到此错误。我有一个已构建的现有站点,但我不想将其添加到该站点,而是让它本身就是一个应用程序。有任何想法吗? 最佳答案 这确实是第一个要检查的场景。但是,发生此错误的
在根目录下,我具有以下结构 .. .. .. web.config Report Folder - Login.aspx - Web.config | |-> ViewReport
在我们的开发环境中运行的 Intranet 应用程序上出现此错误,我不确定该去哪里/寻找解决方案。该应用程序过去运行良好,但它与另一个开发人员团队在共享服务器上运行,我们无法跟踪错误(我的团队没有对应
添加到 web.config 后,从 VS 2013/2012 发布 MVC 项目失败 或 等(部分注册为 allowDefinition='MachineToApplication')。 患者:
我已经下载了 ASP.Net 的在线项目。运行应用程序时出现错误 It is an error to use a section registered as allowDefinition='Mach
关于这个主题有大量的 SO 帖子。到目前为止,解决方案似乎是将 IIS 中的目录配置为应用程序。另一个常见的解决方案是从根目录中的文件夹中删除备份的 web.config 文件。 我的问题有所不同,因
是否可以使用 appcmd 更改 allowDefinition 的值?具体来说,我尝试在应用程序级别启用对 httpCompression 模块的更改。 通过手动更改以下行来修改 applicati
在我的 Asp.Net MVC 4 项目中,我在 .csproj 文件中设置了构建 View true .问题是构建项目时出现错误: It is an error to use a section r
我在 SO 上看到了一些关于在部署网站时出现类似错误的问题,但我似乎在 时随机收到此错误。建筑 Visual Studio 中的 ASP.NET MVC 网站。执行清洁通常可以修复它,但是有什么方法可
我是一名优秀的程序员,十分优秀!