You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MVC.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ article: true
8
8
<divclass="note info">
9
9
<h5>Historical</h5>
10
10
<p>
11
-
Since ASP.NET MVC 1.0 ignores <code>.axd</code> rules by default this Guide has become mostly irrelevant. For detailed installation instructions look at the <a href="http://dotnetslackers.com/articles/aspnet/ErrorLoggingModulesAndHandlers.aspx">DotNetSlackers Article</a>.
11
+
Since ASP.NET MVC 1.0 ignores <code>.axd</code> rules by default this Guide has become mostly irrelevant. For detailed installation instructions look at the <a href="https://web.archive.org/web/20170612172834/http://dotnetslackers.com/articles/aspnet/ErrorLoggingModulesAndHandlers.aspx">DotNetSlackers Article</a>.
12
12
</p>
13
13
</div>
14
14
15
-
Setting up ELMAH on MVC is really simple since most of the work is done in `web.config` that is more or less shared between MVC and Webforms. There are already [excellent](http://dotnetslackers.com/articles/aspnet/ErrorLoggingModulesAndHandlers.aspx) (and more detailed) articles on how to configure and fine tune ELMAH. This article is intended to provide a quick and simple tutorial on the most important steps to get ELMAH up and running on MVC.
15
+
Setting up ELMAH on MVC is really simple since most of the work is done in `web.config` that is more or less shared between MVC and Webforms. There are already [excellent](https://web.archive.org/web/20170612172834/http://dotnetslackers.com/articles/aspnet/ErrorLoggingModulesAndHandlers.aspx) (and more detailed) articles on how to configure and fine tune ELMAH. This article is intended to provide a quick and simple tutorial on the most important steps to get ELMAH up and running on MVC.
16
16
17
17
For advanced users seeking MVC-specific information, skip ahead to [Step 4](#step-4-configure-routing).
0 commit comments