????
Your IP : 18.117.155.120
warn: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer[0]
Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength. HTTP requests that have a content length greater than maxAllowedContentLength will still be rejected by IIS. You can disable the limit by either removing or setting the maxAllowedContentLength value to a higher limit.
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\inetpub\vhost\binhdinhf1.gdtsolutions.vn\api
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (76ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (45ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (7ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [MigrationId], [ProductVersion]
FROM [__EFMigrationsHistory]
ORDER BY [MigrationId];
info: Microsoft.EntityFrameworkCore.Migrations[20405]
No migrations were applied. The database is already up to date.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [identity].[AspNetRoles] AS [a]) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [identity].[AspNetUsers] AS [a]) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (23ms) [Parameters=[@__TypedProperty_0='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
WHERE [e].[StartDate] >= @__TypedProperty_0
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (24ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_0='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
WHERE [e].[StartDate] > @__TypedProperty_0
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (9ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[CreatedBy], [d].[CreatedOn], [d].[DateOfBirth], [d].[DebutYear], [d].[Email], [d].[FullName], [d].[Height], [d].[Hobbies], [d].[Hull], [d].[Link], [d].[ModifiedBy], [d].[ModifiedOn], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[Profession], [d].[TeamId], [d].[Type], [d].[Website], [d].[Weight], [c].[Id], [c].[Capital], [c].[CreatedBy], [c].[CreatedOn], [c].[Emoji], [c].[IsoCode2], [c].[IsoCode3], [c].[ModifiedBy], [c].[ModifiedOn], [c].[Name], [c].[NativeName], [c].[NumericCode], [c].[PhoneCode], [c].[Tld], [c].[VietnameseName], [t].[Id], [t].[CountryId], [t].[CreatedBy], [t].[CreatedOn], [t].[DebutYear], [t].[Description], [t].[Manager], [t].[ModifiedBy], [t].[ModifiedOn], [t].[Name], [t].[PhotoUrl], CASE
WHEN [t].[Id] IS NULL THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END, [c0].[Id], [c0].[Capital], [c0].[CreatedBy], [c0].[CreatedOn], [c0].[Emoji], [c0].[IsoCode2], [c0].[IsoCode3], [c0].[ModifiedBy], [c0].[ModifiedOn], [c0].[Name], [c0].[NativeName], [c0].[NumericCode], [c0].[PhoneCode], [c0].[Tld], [c0].[VietnameseName], CASE
WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END, CASE
WHEN [c].[Id] IS NULL THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
FROM [Drivers] AS [d]
LEFT JOIN [Countries] AS [c] ON [d].[CountryId] = [c].[Id]
LEFT JOIN [Teams] AS [t] ON [d].[TeamId] = [t].[Id]
LEFT JOIN [Countries] AS [c0] ON [d].[CountryOfLicenseId] = [c0].[Id]
WHERE [d].[Type] = 'F1H2O'
info: Microsoft.Hosting.Lifetime[0]
Application is shutting down...