aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Adding VSTS file #1820

Closed ryanbrandenburg closed 6 years ago

ryanbrandenburg commented 6 years ago

@javiercn there are a lot of these errors in this VSTS failure:

System.Data.SqlClient.SqlException : Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=45447; handshake=27; 
---- System.ComponentModel.Win32Exception : The wait operation timed out.

since they appear to happen in appveyor too I'm going to continue my merge, but I created aspnet/Identity#1823 to track the issue.