diff options
author | marcinzelent <marcin@zelent.net> | 2017-05-04 10:42:58 +0200 |
---|---|---|
committer | marcinzelent <marcin@zelent.net> | 2017-05-04 10:42:58 +0200 |
commit | f566f2be8e5acd1a74a12bae186693943caf8535 (patch) | |
tree | 59e0477318c433f6416e9f0f3ebfcceae2aaf17f | |
parent | b578785c974ea2ba58f3db3c2382eb0796e3825e (diff) |
CustomErrors=Off
-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> |