gpt4 book ai didi

iis-6 - Asp.net MVC 应用程序中的虚拟目录应用程序

转载 作者:行者123 更新时间:2023-12-02 00:41:34 26 4
gpt4 key购买 nike

我在尝试将 screwturn wiki 作为我当前域中的虚拟目录应用程序托管时遇到问题。

域托管为 something.com,wiki 看起来像 something.com/wiki

当我浏览到 something.com/wiki 时,我得到了

Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

为什么虚拟目录回退到根应用。不应该是自己的应用边界吗?

我还添加了根mvc应用

routes.IgnoreRoute("{*path}", new { path = @"wiki\/(.*)" });

这还是没有解决问题。

最佳答案

找到解决方案。

感谢 Rick Strahls 的博客 http://www.west-wind.com/Weblog/posts/133041.aspx

解决方案相当简单。将以下内容添加到您的 too web 应用程序中

<location inheritInChildApplications="false">
<system.web>
.........
</system>
</location>

这解决了我的问题。

关于iis-6 - Asp.net MVC 应用程序中的虚拟目录应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2375588/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com