asp.net MVC路由问题
我制作了一个网站 bulkpedia.com 在此,我使用了 ASP.NET 路由机制,
{type}/{query}
每当有包含句点的查询时,它都会向我显示 404 错误,
例如http://bulkpedia.com/web/fb.com
请帮我解决它。
提前致谢
I had made a website bulkpedia.com
In this i had use ASP.NET Routing
mechanism in the way
{type}/{query}
whenever there is a query that contains a period, it shows me a 404 error
e.g. http://bulkpedia.com/web/fb.com
please help me solve it.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试将其粘贴到您的 web.config 中
Try sticking this in your web.config
试试这个吧。
参考: http://www.heartysoft.com/aspnet-routing-iis7-remember -modules
如果这也不起作用,我相信这可能是您的 IIS 或其他计算机设置的问题。
Try this instead.
Reference: http://www.heartysoft.com/aspnet-routing-iis7-remember-modules
If this is not working either, I believe it might be your IIS or other machine setting.