Is there way to replace default startup error page (i.g 500.30) in web app hosted on azure #24872
              
                Unanswered
              
          
                  
                    
                      Kroshtandt
                    
                  
                
                  asked this question in
                General
              
            Replies: 1 comment 3 replies
-
| No, that's an error page of last resort. If it couldn't load your site there's no guarantee it would be able to load a custom error page. These errors should only happen after deployment, so the impact to your users should be limited. Were you able to track down why it didn't start? | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I read this article, but seems that I can only turn on/off ASP.NET Core Module stdout log.
I use .NET Core 2.2
ASPNETCORE_ENVIRONMENT is Production, and I don't want to show startup error page to my users, just to show some static content (html).
Beta Was this translation helpful? Give feedback.
All reactions