如何在IIS中将虚拟目录配置为应用程序以避免此类错误? 我使用C#visual studio构建了一个网页,我将虚拟目录添加到了ISS。运行页面后,我收到错误
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.
</compilation>
<authentication mode="Forms">
<forms loginUrl="~/LogOn" timeout="2880" />
所有这些代码目前都在我的主web.config
中答案 0 :(得分:2)
在IIS6中,您打开网站的属性,然后单击“主目录”选项卡。
标签“应用程序名称”旁边有一个框 - 应该有一个“创建”按钮。
点击按钮,它会将您的虚拟目录变成一个应用程序。