如何在iis7中从bin上传System.Web.MVC.dll?
使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试这个或看看这个相关问题
You can try this or have a look at this related SO question
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.