在 Asp.net 中将项目更改为网站时出现问题
将项目更改为网站后,我在运行应用程序时遇到错误。错误如下:-
使用超出应用程序级别注册为allowDefinition ='MachineToApplication'的部分是错误的。此错误可能是由虚拟程序引起的目录未配置为 ISS 中的应用程序。
我该如何解决这个问题?我的系统中安装了ISS。那么这可能是什么原因呢?
请帮忙...
After changing a Project to Website, i got an error while running the application.The error is as follows:-
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 ISS.
How can i solve this problem?ISS is installed in my system.Then what could be the reason for this?
Please help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您的虚拟目录未设置为作为应用程序运行。
进入 IIS,找到包含您的项目的虚拟目录,进入该文件夹的属性,在虚拟目录选项卡中,您将在底部附近看到“应用程序设置”。 单击此处的“创建”按钮将网站设置为应用程序。
Sounds like your virtual directory isn't set to run as an application.
Go into IIS, find the virtual directory that contains your project, go into properties for that folder and in the virtual directory tab you'll see 'Application Settings' near the bottom. Click the 'Create' button down here to set the website up as an application.
在 IIS 管理器管理单元中,转到您的网站属性页,然后选择创建应用程序。
In the IIS Manager snap-in, go to your web site property page, then select create application.