Fixing a code review comment to change the app name from "BugTracker" to "MusicStore"

This commit is contained in:
Praburaj 2014-03-27 16:20:25 -07:00
parent 5eacb62b62
commit 4fc1857994
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace MusicStore
Services = services,
Configuration = config,
ServerName = "Microsoft.AspNet.Server.WebListener",
ApplicationName = "BugTracker"
ApplicationName = "MusicStore"
};
var engine = services.GetService<IHostingEngine>();