我是一名学生,我获得了一个文件夹Web文件夹,可用作我的项目。问题是他们尝试将我的网站发布到服务器时出现错误:
使用注册为的部分是错误的 allowDefinition ='MachineToApplication'超出应用程序级别。这个 虚拟目录未配置为错误可能导致错误 IIS中的应用程序。
这意味着我的Web文件夹没有配置为应用程序文件夹,因此我的项目无法呈现(如果我做对了吗?是从网上读了一下)。
我的问题是,有没有办法处理此错误而无法访问IIS服务器配置?从我项目的代码端?
我得到错误:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 29: validate="false" />
Line 30: </httpHandlers>
Line 31: <authentication mode="None" />
Line 32: <compilation targetFramework="4.5">
Line 33: <assemblies>
答案 0 :(得分:1)
答案是否定的。 IIS配置系统依赖于这种锁定机制,您无法破解。
可以在
找到更多信息