mvc url在本地但不在服务器上工作

时间:2010-10-22 06:33:43

标签: asp.net-mvc

我在asp.net MVC工作.... 不确定这是一个错误,还是我的配置错误,但&format=在IIS7登台服务器上不起作用,但在本地VS Web服务器上工作正常(2008) 即http://localhost:12345/<p1>/<p2>/&format=xml有效,但是 www.example.com/<p1>/<p2>/&format=xml没有。

请让我知道可能出现的问题&amp;我怎么解决这个问题 提前致谢 gbhatnagar

1 个答案:

答案 0 :(得分:0)

我发现了一篇文章,其中展示了如何调试路由 - http://stephenwalther.com/blog/archive/2008/08/03/asp-net-mvc-tip-29-build-a-controller-to-debug-your-custom-routes.aspx现在我不确定问题是什么,但这可能有助于确定什么不是问题。希望这会有所帮助。

瓦德