简体   繁体   English

ASP .NET MVC 2出现错误404

[英]Error 404 with ASP .net MVC 2

I'm starting a new MVC2 project on visual studio 2010 when I try with the local webserver I can access to the page localhost/Melomane/Inscription. 当我尝试使用本地网络服务器时,我正在Visual Studio 2010上启动一个新的MVC2项目,我可以访问页面localhost / Melomane / Inscription。 But when I upload the project on my school webserver I can't access to the URL/Melomane/Inscription 但是,当我在学校的网络服务器上上传项目时,我无法访问URL / Melomane / Inscription

I've a 404 error http://info-timide.iut.u-bordeaux1.fr/2011-2012/gdesbiey/ASP/Melomane/Inscription 我遇到404错误http://info-timide.iut.u-bordeaux1.fr/2011-2012/gdesbiey/ASP/Melomane/Inscription

The bootstrap is not used the application try to access a directory Melomane/Inscription instead of the bootstrap. 不使用引导程序,应用程序尝试访问目录Melomane / Inscription而不是引导程序。

It's a problem of the configuration of the server ? 这是服务器配置的问题吗? Or I can resolve it on my application ? 或者我可以在我的应用程序中解决它?

It could be routing issue, I recommend you using URL Routing Debugger to test if it's okey on your server first: 可能是路由问题,我建议您先使用URL路由调试器来测试它在服务器上是否正常:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM