Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要像谷歌这样的动态网站提供在线网站的开发和设计服务,我已经完成了数据库和设计的所有工作,但是如果找不到页面那么我怎么能在加载 Web 应用程序时获取 url 然后 404 错误英亩
在谷歌
网站 url 将是 www.website.google.com/ourlwebsitename 这里 ourlwebsitename 是作为用户创建名称的示例。我想做同样的事情。
www.mywebsite.com/userchiceaname
您可以在 Global.asax 文件中拦截 Application_Error 事件中的错误。
然后您可以通过 HttpContext.Current.Request.Url 属性访问 Url 并决定如何处理此错误。