My application is running on live.
it's working fine right now but some times we got an error like "There is not enough space on the disk"
we have created a log file that and go that log file shows exceptions like below:
Inner Exception Type: ********** 3/28/2014 12:30:43 AM **********
Exception Type: System.Web.HttpException
Exception: Cannot find the 'DbConn' database in the configuration.
Source: System.Web
Stack Trace:
at System.Web.Caching.SqlCacheDependencyManager.GetDatabaseConfig(String database)
at System.Web.Caching.SqlCacheDependencyManager.InitPolling(String database)
at System.Web.Caching.SqlCacheDependencyManager.EnsureTableIsRegisteredAndPolled(String database, String table)
at System.Web.Caching.SqlCacheDependency.GetDependKey(String database, String tableName)
at System.Web.Caching.SqlCacheDependency..ctor(String databaseEntryName, String tableName)
at DataAccess.GetPageContent(Int32 CityId)
But when i am running in local machine we don't have any exceptions.
and running in server machine exceptions are comming rare times only.the live application don't error's are comming from last month.suddenly we got an error "There is not enough space on the disk".
that error is came only half an hour from continue on this no error it's working fine.
Please give me solution for that.
Thanks,
MallaReddy