admin管理员组文章数量:1296302
I am working on a legacy Web Forms project written in VB. When an authorized client makes a bad request, my application response returns a full stack trace that I want to hide.
I have a redirect error page configured but this is specifically to handle a bad request that a client initiates on the browser.
This is similar to another question: Hide / Remove Stack Trace information
The stack trace warnings show up in the API request like in the above question:
So far I have tried modifying web.config to set compilation debug = False, check to make sure redirect is enabled for bad requests, ensure that the default trace enabled="false" is not overridden anywhere.
Any suggestions would be appreciated.
本文标签: aspnetLegacy VBNET Hide Stack Traces For Bad Requests To Web ServiceStack Overflow
版权声明:本文标题:asp.net - Legacy VB.NET Hide Stack Traces For Bad Requests To Web Service - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741621796a2388853.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论