Elmah not working with asp.net site

后端 未结 7 637
抹茶落季
抹茶落季 2020-11-27 10:02

I\'ve tried to use elmah with my asp.net site but whenever I try to go to http://localhost:port/elmah.axd I get resource not found exception. My web.config is given below.

相关标签:
7条回答
  • 2020-11-27 10:55

    You may be need this one also

    <elmah>
        <security allowRemoteAccess="1" />
    </elmah> 
    

    when you get

    403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.

    0 讨论(0)
提交回复
热议问题