MVC3 未在区域中找到视图

发布于 2024-12-13 09:03:14 字数 286 浏览 2 评论 0原文

我的项目中有一个区域(供管理员使用)。

我希望能够在管理区域中使用名为 Index.cshtml 的视图,但我的应用程序始终显示主项目的 Index.cshtml 视图(不在单独的区域中)。

如果我将管理区域中的视图名称更改为其他任何地方都不存在的名称,它就可以正常工作。

我缺少什么?一定是很简单的事情!

答案(可能)

有点神秘,但似乎可能存在某种奇怪的缓存问题。我重新启动了网络服务器,现在它工作正常了。

感谢所有回复的人

I have one area in my project (for admin).

I want to be able to use a view called Index.cshtml in the Admin area but my app always displays the Index.cshtml view for the main project (which isn't in a seperate area).

If I change the name of the view in the admin area to a name that doesn't exist anywhere else it works fine.

What am I missing? It must be something simple !

Answer (probably)

Bit of a mystery but it seems that maybe there was some sort of weird caching problem. I restarted the web server and now it works fine.

thanks to all who responded

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

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

发布评论

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

评论(1

小红帽 2024-12-20 09:03:14

回答了我自己的问题,将其从未回答的列表中删除。

有点神秘,但似乎可能存在某种奇怪的缓存问题。我重新启动了网络服务器,现在它工作正常了。

感谢所有回复的人

Answered my own question to remove it from the unanswered list.

Bit of a mystery but it seems that maybe there was some sort of weird caching problem. I restarted the web server and now it works fine.

thanks to all who responded

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