如何在iis7中从bin上传System.Web.MVC.dll?

发布于 2024-09-26 20:02:21 字数 490 浏览 6 评论 0原文

使用iis7。

项目采用Integrated Pipelinemodus 应用程序池是: DefaultAppPool

在项目的 bin 文件夹中具有 System.Web.Mvc.dll、System.Web.Routing.dll、System.Web.Abstraction.dll

我无法运行 aspx 页面,因为我需要在 iis7 中配置某些内容才能使用 bin 文件夹中的 dll。

帮忙 似乎它必须自动工作,但我仍然无法

在网络浏览器上运行我的页面,我得到这个:

HTTP-Fehler 403.14 - Forbidden
Der Webserver ist so konfiguriert, dass der Inhalt dieses Verzeichnisses nicht aufgelistet wird.

working with iis7.

project is in Integrated Pipelinemodus
Application Pool is : DefaultAppPool

have System.Web.Mvc.dll, System.Web.Routing.dll, System.Web.Abstraction.dll in bin folder of project.

i cant run aspx pages, becouse i need to configurate something in iis7 to use dll from bin folder.

please help

p.s.
seems like it has to work automatically, but i still cant run my pages

on web browser i am getting this:

HTTP-Fehler 403.14 - Forbidden
Der Webserver ist so konfiguriert, dass der Inhalt dieses Verzeichnisses nicht aufgelistet wird.

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

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

发布评论

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

评论(2

寄居者 2024-10-03 20:02:21

您可以尝试这个或看看这个相关问题

You can try this or have a look at this related SO question

一抹微笑 2024-10-03 20:02:21

HTTP 403 是安全失败响应,我会检查以确保您在 IIS 中为应用程序路径配置了默认文档。 403.14 将启动,因为它找不到默认文档并且目录列表被禁用。

HTTP 403 is security failure response, I'd check to make sure you have a default document configured in IIS for your application path. The 403.14 will kick in because it couldn't find a default document and directory listing is disabled.

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