React to errorhandler and errorpage extension name changes

This commit is contained in:
Kiran Challa 2015-09-10 12:34:04 -07:00
parent 2161f42086
commit 4abf4b960c
1 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ namespace IdentitySamples
loggerFactory.AddNLog(new global::NLog.LogFactory(config)); loggerFactory.AddNLog(new global::NLog.LogFactory(config));
#endif #endif
app.UseErrorPage() app.UseDeveloperExceptionPage()
.UseStaticFiles() .UseStaticFiles()
.UseIdentity() .UseIdentity()
.UseFacebookAuthentication() .UseFacebookAuthentication()