diff --git a/GMW/App_Readme/Elmah.txt b/GMW/App_Readme/Elmah.txt new file mode 100644 index 00000000..784b3094 --- /dev/null +++ b/GMW/App_Readme/Elmah.txt @@ -0,0 +1,15 @@ +A new HTTP handler has been configured in your application for consulting the +error log and its feeds. It is reachable at elmah.axd under your application +root. If, for example, your application is deployed at http://www.example.com, +the URL for ELMAH would be http://www.example.com/elmah.axd. You can, of +course, change this path in your application's configuration file. + +ELMAH is also set up to be secure such that it can only be accessed locally. +You can enable remote access but then it is paramount that you secure access +to authorized users or/and roles only. This can be done using standard +authorization rules and configuration already built into ASP.NET. For more +information, see http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on +the project site. + +Please review the commented out authorization section under + and make the appropriate changes. diff --git a/GMW/GMW.csproj b/GMW/GMW.csproj index f31a8700..14bdffeb 100644 --- a/GMW/GMW.csproj +++ b/GMW/GMW.csproj @@ -132,6 +132,9 @@ False ..\packages\AjaxControlToolkit.4.1.60623\lib\35\AjaxControlToolkit.dll + + ..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll + False ..\..\..\..\..\..\..\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.WinForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WinForms.dll @@ -168,6 +171,7 @@ + diff --git a/GMW/Web.config b/GMW/Web.config index 8c220ecc..222bff71 100644 --- a/GMW/Web.config +++ b/GMW/Web.config @@ -1,4 +1,4 @@ - + @@ -12,7 +12,12 @@ - + +
+
+
+
+ @@ -50,7 +55,7 @@ - + @@ -80,7 +85,7 @@ - + @@ -229,7 +234,7 @@ - + @@ -258,7 +263,7 @@ - + @@ -314,4 +319,30 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GMW/bin/Elmah.dll b/GMW/bin/Elmah.dll new file mode 100644 index 00000000..1851d9a6 Binary files /dev/null and b/GMW/bin/Elmah.dll differ diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 25620178..03633873 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll index a1d22bbd..7e1f4d58 100644 Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll index 2d47a8ec..79c3dacd 100644 Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ diff --git a/GMW/packages.config b/GMW/packages.config index cb031336..7704405c 100644 --- a/GMW/packages.config +++ b/GMW/packages.config @@ -1,4 +1,6 @@  + + \ No newline at end of file diff --git a/packages/elmah.1.2.2/Readme.txt b/packages/elmah.1.2.2/Readme.txt new file mode 100644 index 00000000..784b3094 --- /dev/null +++ b/packages/elmah.1.2.2/Readme.txt @@ -0,0 +1,15 @@ +A new HTTP handler has been configured in your application for consulting the +error log and its feeds. It is reachable at elmah.axd under your application +root. If, for example, your application is deployed at http://www.example.com, +the URL for ELMAH would be http://www.example.com/elmah.axd. You can, of +course, change this path in your application's configuration file. + +ELMAH is also set up to be secure such that it can only be accessed locally. +You can enable remote access but then it is paramount that you secure access +to authorized users or/and roles only. This can be done using standard +authorization rules and configuration already built into ASP.NET. For more +information, see http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on +the project site. + +Please review the commented out authorization section under + and make the appropriate changes. diff --git a/packages/elmah.1.2.2/content/App_Readme/Elmah.txt b/packages/elmah.1.2.2/content/App_Readme/Elmah.txt new file mode 100644 index 00000000..784b3094 --- /dev/null +++ b/packages/elmah.1.2.2/content/App_Readme/Elmah.txt @@ -0,0 +1,15 @@ +A new HTTP handler has been configured in your application for consulting the +error log and its feeds. It is reachable at elmah.axd under your application +root. If, for example, your application is deployed at http://www.example.com, +the URL for ELMAH would be http://www.example.com/elmah.axd. You can, of +course, change this path in your application's configuration file. + +ELMAH is also set up to be secure such that it can only be accessed locally. +You can enable remote access but then it is paramount that you secure access +to authorized users or/and roles only. This can be done using standard +authorization rules and configuration already built into ASP.NET. For more +information, see http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on +the project site. + +Please review the commented out authorization section under + and make the appropriate changes. diff --git a/packages/elmah.1.2.2/content/web.config.transform b/packages/elmah.1.2.2/content/web.config.transform new file mode 100644 index 00000000..364c347b --- /dev/null +++ b/packages/elmah.1.2.2/content/web.config.transform @@ -0,0 +1,59 @@ + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/elmah.1.2.2/elmah.1.2.2.nupkg b/packages/elmah.1.2.2/elmah.1.2.2.nupkg new file mode 100644 index 00000000..db84991d Binary files /dev/null and b/packages/elmah.1.2.2/elmah.1.2.2.nupkg differ diff --git a/packages/elmah.1.2.2/elmah.1.2.2.nuspec b/packages/elmah.1.2.2/elmah.1.2.2.nuspec new file mode 100644 index 00000000..260abbac --- /dev/null +++ b/packages/elmah.1.2.2/elmah.1.2.2.nuspec @@ -0,0 +1,22 @@ + + + + elmah + 1.2.2 + ELMAH + Atif Aziz + Atif Aziz + http://www.apache.org/licenses/LICENSE-2.0 + http://elmah.googlecode.com/ + false + ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment. + ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment. + This release updates the way the HTTP handler is registered in the web.config and is designed to work more strictly and securely when enabling remote access for authorized users. See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on the project site for more information. + + + elmah error logging unhandled exception + + + + + \ No newline at end of file diff --git a/packages/elmah.corelibrary.1.2.2/elmah.corelibrary.1.2.2.nupkg b/packages/elmah.corelibrary.1.2.2/elmah.corelibrary.1.2.2.nupkg new file mode 100644 index 00000000..38531b3b Binary files /dev/null and b/packages/elmah.corelibrary.1.2.2/elmah.corelibrary.1.2.2.nupkg differ diff --git a/packages/elmah.corelibrary.1.2.2/elmah.corelibrary.1.2.2.nuspec b/packages/elmah.corelibrary.1.2.2/elmah.corelibrary.1.2.2.nuspec new file mode 100644 index 00000000..d6dd76ab --- /dev/null +++ b/packages/elmah.corelibrary.1.2.2/elmah.corelibrary.1.2.2.nuspec @@ -0,0 +1,17 @@ + + + + elmah.corelibrary + 1.2.2 + ELMAH Core Library (no config) + Atif Aziz + Atif Aziz + http://www.apache.org/licenses/LICENSE-2.0 + http://elmah.googlecode.com/ + false + Core library for ELMAH (Error Logging Modules and Handlers) without any configuration. + Core library for ELMAH (Error Logging Modules and Handlers) without any configuration. + This release fixes the issues listed here: http://code.google.com/p/elmah/issues/list?q=label%3AMilestone-Release1.2SP2&can=1 + elmah error logging unhandled exception + + \ No newline at end of file diff --git a/packages/elmah.corelibrary.1.2.2/lib/Elmah.dll b/packages/elmah.corelibrary.1.2.2/lib/Elmah.dll new file mode 100644 index 00000000..1851d9a6 Binary files /dev/null and b/packages/elmah.corelibrary.1.2.2/lib/Elmah.dll differ