Server Error in '/' Application.

The transaction log for database 'eShop_v2' is full due to 'LOG_BACKUP'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: The transaction log for database 'eShop_v2' is full due to 'LOG_BACKUP'.

Source Error:


Line 234:
Line 235:				connection.Open();
Line 236:				command.ExecuteNonQuery();
Line 237:			}
Line 238:		}

Source File: C:\inetpub\wwwroot\AspDotNetStorefrontV10\AspDotNetStorefront.Auth\CustomerProfileProvider.cs    Line: 236

Stack Trace:


[SqlException (0x80131904): The transaction log for database 'eShop_v2' is full due to 'LOG_BACKUP'.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +277
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +765
   System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4616
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) +513
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) +3382
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +707
   System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +540
   System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +391
   AspDotNetStorefront.Auth.CustomerProfileProvider.SetProperty(String username, Int32 uniqueId, Boolean isAuthenticated, String propertyName, String propertyValue) in C:\inetpub\wwwroot\AspDotNetStorefrontV10\AspDotNetStorefront.Auth\CustomerProfileProvider.cs:236
   AspDotNetStorefront.Auth.CustomerProfileProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection settingsPropertyValues) in C:\inetpub\wwwroot\AspDotNetStorefrontV10\AspDotNetStorefront.Auth\CustomerProfileProvider.cs:95
   System.Configuration.SettingsBase.SaveCore() +541
   System.Configuration.SettingsBase.Save() +92
   System.Web.Profile.ProfileBase.SaveWithAssert() +43
   System.Web.Profile.ProfileBase.Save() +86
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +223
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +94


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0