云无法访问 Azure 应用程序上的 elmah.axd
我创建了一个 Web 应用程序并添加了一个用于错误记录的 ELMAH 模块。它正在与我的本地开发环境一起使用:当我访问 URL http://localhost:52584/elmah.axd 它向我显示了一个有效的页面:
当我在 azure 门户上上传后对其进行测试时显示错误页面:
我需要为 Azure 平台执行任何特定配置吗?
另外,我已经在我的网络应用程序上完成了表单身份验证,因此当我尝试 elmah.axd 时,它将重定向到登录页面,我需要先登录。我想删除该表单身份验证,特别是对于 elmah.axd。我怎样才能做到这一点?
I created a web application and added an ELMAH module for error logging. It was working with my local development environment: when i access URL http://localhost:52584/elmah.axd it shows me a valid page:
When i testing it after uploading on azure portal it shows me an error page:
Is there any specific configuration i need to do for Azure platform?
Also i have done form authentication on my web application, so when I try elmah.axd it will redirect to login page and i need to login first. I would like to remove that form authentication, particularly for elmah.axd. How can i achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
nuget 包不会将以下重要行添加到 web.config 中,从而导致 403 错误。
这应该可以修复 403。
此外,您可能希望通过以下方式限制对错误日志的访问
The nuget package does not add the following important lines to web.config resulting in 403 error.
This should fix the 403.
Also you may want to restrict the access to error logs by