diff options
-rw-r--r-- | ApartmentManager/HousingWebAPI/Web.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ApartmentManager/HousingWebAPI/Web.config b/ApartmentManager/HousingWebAPI/Web.config index 309aba0..50e386b 100644 --- a/ApartmentManager/HousingWebAPI/Web.config +++ b/ApartmentManager/HousingWebAPI/Web.config @@ -20,6 +20,7 @@ <httpModules> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> </httpModules> + <customErrors mode="Off"/> </system.web> <system.webServer> <handlers> |