Skip to content

Commit b6da64f

Browse files
committed
Fix link to MVC article to source from Internet Archive
1 parent 5dd67ad commit b6da64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MVC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ article: true
88
<div class="note info">
99
<h5>Historical</h5>
1010
<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>.
1212
</p>
1313
</div>
1414

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.
1616

1717
For advanced users seeking MVC-specific information, skip ahead to [Step 4](#step-4-configure-routing).
1818

0 commit comments

Comments
 (0)