Windows Azure Websites is overriding my 404 and 500 error pages in my node.js app

前端 未结 2 526
长发绾君心
长发绾君心 2020-12-02 20:39

I am using Windows Azure Websites to host a node.js application. So far everything is great except for my custom errors. In my node app I have an error handler that renders

2条回答
  •  难免孤独
    2020-12-02 21:17

    Well nevermind, I found the issue. If anyone else is having the same problem simply add the following under in web.config:

    
    

提交回复
热议问题