ASP.net部署

发布于 2024-10-31 01:15:48 字数 554 浏览 1 评论 0原文

我目前正在考虑开发一个 ASP.NET 网站。我已经在我的开发机器和服务器上配置了 IIS7。

我已将开发文件复制到我的开发计算机上的本地 IIS 服务器,并且工作正常,没有任何问题。

但是,当我在 VS2010 中通过 FTP 将 ASP.NET 应用程序上传到我的网站 mydomain.com/myasp 时,它会显示一条错误:

描述:期间发生错误 配置文件的处理 需要满足此请求。 请查看具体错误 下面详细信息并修改您的 适当配置文件。

解析器错误消息:这是一个错误 使用注册为的部分 允许定义='机器到应用程序' 超出应用程序级别。这个错误 可能是虚拟目录引起的 未配置为应用程序 在 IIS 中。

源错误:第 34 行:ASP.NET 到 识别传入用户。第 35 行: -->第 36 行:第 37 行:启用部分 配置

我已将 IIS 中的目录转换为应用程序,但仍然出现错误。

您能提供的任何帮助将非常感谢

I am currently looking into devloping an ASP.NET website. I have configured IIS7 on my development machine as well as my server.

I have copied the development files to the local IIS server on my development machine and this works fine without any problems.

However, when I upload the ASP.NET application to my site via FTP in VS2010 to mydomain.com/myasp it displays an error which says:

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 34: ASP.NET to
identify an incoming user. Line 35:
--> Line 36: Line 37: section enables
configuration

I've converted the directory within IIS to an application but it is still coming up with the error.

Any help you can provide would be great thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘亓 2024-11-07 01:15:48

我发现这是因为我直接在服务器上从 http://localhost/myaspx.aspx 调用 ASPX由于某种原因,这会导致错误。当我尝试 http://www.mydomain.com/myaspx.aspx 时效果很好。

这是一个奇怪的问题,为什么它不喜欢使用本地主机。我猜这一定是iis配置错误的问题

I found out it was because I was calling the ASPX from http://localhost/myaspx.aspx directly on the server for some reason this causes the error. When I tried it http://www.mydomain.com/myaspx.aspx it worked fine.

Bit of a strange problem why it doesn't like using localhost. I'm guessing this must be a mis-configuration problem with iis

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文