ASP.NET Custom Errors being ignored

前端 未结 3 1538
青春惊慌失措
青春惊慌失措 2021-01-21 22:07

I have custom errors configured in my web.config, but IIS 6.0 is returning the custom error specified in the Custom Errors tab of the website configuration.

  &l         


        
3条回答
  •  [愿得一人]
    2021-01-21 22:38

    Actually, if I'm understanding your dilemma correctly, it sounds like the custom error IS being returned, if this is not what you want you will need to turn the mode to "Off" or "RemoteOnly" in order to see detailed error messages in your environment.

    
    

提交回复
热议问题