Server Error in '/' Application.

Could not allocate space for object 'Marketing.Impression_Master'.'PK_Impression_Master' in database 'DB_7918_community' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

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: Could not allocate space for object 'Marketing.Impression_Master'.'PK_Impression_Master' in database 'DB_7918_community' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): Could not allocate space for object 'Marketing.Impression_Master'.'PK_Impression_Master' in database 'DB_7918_community' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.]
   System.Data.Common.DbDataAdapter.UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) +1360527
   System.Data.Common.DbDataAdapter.UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) +49
   System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) +2475
   System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping) +42
   System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) +180
   App.DataAccess.ImpressionMaster.InsertData(ImpressionMaster_Data data) in C:\Projects\2016 Code Base\2016 Code Base\DAL\ImpressionMaster.cs:120
   App.Business.InsertSys.Insert_ImpressionMaster(String ImpressionType, String ProfileNo, String ReferenceNo, String OfferNo, String CouponNo, String CatalogNo, String Source, String SourceCode, String Target, String IPAddress, String Status, String ByUser, String DateEntered) in C:\Projects\2016 Code Base\2016 Code Base\BLL\InsertSys.cs:314
   ShowItemsList.Page_Load(Object sender, EventArgs e) +512
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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