win7 iis应用程序错误
当我构建 BlogEngine 项目时,出现以下错误:
“在应用程序级别之外使用注册为allowDefinition='MachineToApplication'的节是错误的。此错误可能是由于未将虚拟目录配置为 IIS 中的应用程序而导致的。”
如何修复它?
When I build BlogEngine project, I got this error:
"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."
How to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该错误通常表明您尚未在 IIS 中将网站标记为应用程序。在 IIS 中,右键单击 IIS 中包含您的网站的文件夹,然后选择“转换为应用程序”(或您的 IIS 版本中的等效项)。将其添加到适合 blogengine 运行的 .net 版本的应用程序池中。
That error typically indicates that you have not marked your website as an application in IIS. In IIS, right-click on the folder containing your site in IIS and "Convert to Application" (or the equivalent in your version of IIS). Add it to the application pool that is appropriate for the version of .net that blogengine is running.