禁用单个 MVC 控制器上的 IIS 日志记录
我在控制器中有一些特定的操作,并且我不希望 IIS (6) 记录请求,而是仅在该特定控制器上记录请求。我希望它能够正常记录我网站的其余部分。这可能吗?
I have a few particular actions in a controller and I do not want IIS (6) to log the requests, but only on that particular controller. I want it to log as normally for the rest of my site. Is this even possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要编写 自定义日志记录模块为此。默认情况下,要么全有,要么全无。
You will need to write a custom logging module for this. By default it's all or nothing.