diff --git a/samples/SocialSample/Startup.cs b/samples/SocialSample/Startup.cs index f552ceea3c..22c0e44a0a 100644 --- a/samples/SocialSample/Startup.cs +++ b/samples/SocialSample/Startup.cs @@ -37,8 +37,6 @@ namespace CookieSample { loggerfactory.AddConsole(LogLevel.Information); - app.UseErrorPage(); - app.UseCookieAuthentication(options => { options.AutomaticAuthentication = true; diff --git a/samples/SocialSample/project.json b/samples/SocialSample/project.json index ccaf0a439b..020f08b1bb 100644 --- a/samples/SocialSample/project.json +++ b/samples/SocialSample/project.json @@ -6,7 +6,6 @@ "Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-*", "Microsoft.AspNet.Authentication.Twitter": "1.0.0-*", "Microsoft.AspNet.DataProtection": "1.0.0-*", - "Microsoft.AspNet.Diagnostics": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", "Microsoft.Framework.Logging.Console": "1.0.0-*",