Server Error in '/' Application.

Could not allocate a new page for database 'tempdb' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by 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 a new page for database 'tempdb' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

Source Error:


Line 1:  <%@ Page MasterPageFile="~/Main.master" Language="C#" AutoEventWireup="false" Inherits="_Default" EnableViewState="False" meta:resourcekey="Page" Codebehind="default.aspx.cs" %>
Line 2:  <%@ Register TagPrefix="ctl" TagName="Login" Src="controls/login.ascx" %>
Line 3:  <%@ Register TagPrefix="ctl" TagName="Top" Src="controls/top.ascx" %>

Source File: c:\WebSites\BTPS\btpsweb\Default.aspx    Line: 1

Stack Trace:


[SqlException (0x80131904): Could not allocate a new page for database 'tempdb' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +3331072
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +334
   System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4289
   System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) +255
   System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) +298
   System.Data.SqlClient.SqlDataReader.Read() +43
   BlogType.GetAllBlogTypes(SqlConnection conn, Int32 LanguageId, MembershipUser aspUser, CountsFor cntFor, Boolean ShowUnpublished, Boolean HasPanelAccess) in C:\Projects\BTPS\btpsweb\classes\businessobjects\BlogType.cs:99
   BlogType.GetAllBlogTypes(SqlConnection conn, Int32 LanguageId, MembershipUser aspUser, Boolean ShowUnpublished) in C:\Projects\BTPS\btpsweb\classes\businessobjects\BlogType.cs:64
   BasePage.InitializeCulture() in C:\Projects\BTPS\btpsweb\classes\BasePage.cs:383
   ASP.default_aspx.__BuildControlTree(default_aspx __ctrl) in c:\WebSites\BTPS\btpsweb\Default.aspx:1
   ASP.default_aspx.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\74a0a88b\2dc9fd72\App_Web_hyfhjgus.11.cs:0
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +52
   System.Web.UI.Page.ProcessRequest() +79
   System.Web.UI.Page.ProcessRequest(HttpContext context) +74
   ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\74a0a88b\2dc9fd72\App_Web_hyfhjgus.11.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +542
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


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