Win32Exception: The wait operation timed out. in asp.net core Ask Question
Win32Exception: The wait operation timed out.
Unknown location
SqlException: Execution Timeout Expired.
Solution:
in file ... \Program.cs add below lines
builder.Services.AddDbContext
{
// options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection"));
options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection"),op=>op.CommandTimeout(999));
});
Enter an email address to invite a colleague or co-author to join you on socimo. They will receive an email and, in some cases, up to two reminders.