From 8bd2d01b11c546f85f9a29e2f4457b666af32c15 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Thu, 24 Apr 2014 14:53:19 -0700 Subject: [PATCH] Adding the switch to turn on Helios errors when deployed to remote. Currently the detailed errors are displayed only for local requests. --- src/MusicStore/web.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/MusicStore/web.config b/src/MusicStore/web.config index 4fb96ed70d..09083fd979 100644 --- a/src/MusicStore/web.config +++ b/src/MusicStore/web.config @@ -8,8 +8,11 @@ - + + + + \ No newline at end of file