使用 Elmah 记录错误 - 应用程序未使用表单身份验证
我指的是:http://haacked.com/archive/2007/07/24/securely-implement-elmah-for-plug-and-play-error-logging.aspx
刚刚问:
我的问题是那些怎么样不使用表单身份验证而仅使用自定义身份验证、通过会话等对网站访问者进行身份验证的人。允许所有注册会员意味着邀请任何在网站上注册的会员。
任何回应将不胜感激。
I am referring this : http://haacked.com/archive/2007/07/24/securely-implement-elmah-for-plug-and-play-error-logging.aspx
Just asked :
My question is what about those who are not using form authentication and just using Custom-Authentication, Authenticate site visitors by Sessions etc. By allowing all registered members mean to invite any one who is registered with site.
Any response will be most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解您的问题,但我最好的猜测是您希望在不使用表单身份验证的情况下限制对 elmah.axd 的访问。有一些方法可以实现这一点。
如果您有权访问 IIS 框,并且可以设置一个额外的“站点”,建议为 here 可能会解决问题。
I'm not sure I understand your question, but my best guess is you wish to restrict access to elmah.axd without using forms authentication. There are some ways to accomplish this.
If you have access to the IIS box and you can setup an extra 'site' the advice found here might do the trick.