Implemented YSOD overlay when an unhandled server exception is thrown, this also ensures only when debug=true in the web.config which is injected into the server vars.

This commit is contained in:
Shannon
2013-07-22 15:18:10 +10:00
parent d58b1ac107
commit 8b7bbed1b5
8 changed files with 131 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;