React to errorhandler and errorpage extension name changes

This commit is contained in:
Kiran Challa 2015-09-10 12:14:53 -07:00
parent 3da317b230
commit eae4cdaa32
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace HelloMvc
{ {
loggerFactory.AddConsole(); loggerFactory.AddConsole();
app.UseErrorPage(); app.UseDeveloperExceptionPage();
app.UseMvcWithDefaultRoute(); app.UseMvcWithDefaultRoute();