Removed all references to RuntimeInfoPage

This commit is contained in:
Kiran Challa 2016-05-16 10:27:21 -07:00
parent ef92bf3834
commit 3c7cfbf340
5 changed files with 0 additions and 25 deletions

View File

@ -100,11 +100,6 @@ namespace MusicStore
app.UseDatabaseErrorPage();
// Add the runtime information page that can be used by developers
// to see what packages are used by the application
// default path is: /runtimeinfo
app.UseRuntimeInfoPage();
// Configure Session.
app.UseSession();

View File

@ -108,11 +108,6 @@ namespace MusicStore
app.UseDatabaseErrorPage();
// Add the runtime information page that can be used by developers
// to see what packages are used by the application
// default path is: /runtimeinfo
app.UseRuntimeInfoPage();
// Configure Session.
app.UseSession();

View File

@ -108,11 +108,6 @@ namespace MusicStore
app.UseDatabaseErrorPage();
// Add the runtime information page that can be used by developers
// to see what packages are used by the application
// default path is: /runtimeinfo
app.UseRuntimeInfoPage();
Configure(app);
}

View File

@ -103,11 +103,6 @@ namespace MusicStore
app.UseDeveloperExceptionPage();
app.UseDatabaseErrorPage();
// Add the runtime information page that can be used by developers
// to see what packages are used by the application
// default path is: /runtimeinfo
app.UseRuntimeInfoPage();
app.Use(async (context, next) =>
{
// Who will get admin access? For demo sake I'm listing the currently logged on user as the application

View File

@ -115,11 +115,6 @@ namespace MusicStore
app.UseDatabaseErrorPage();
// Add the runtime information page that can be used by developers
// to see what packages are used by the application
// default path is: /runtimeinfo
app.UseRuntimeInfoPage();
// Configure Session.
app.UseSession();