| | | 
Senior Forum Moderator
         
Group: Moderators Last Login: 8/9/2008 10:14 AM Posts: 29,030, Visits: 54,734 |
| Don't know if everyone has the same problem,but i have'nt been able to access this site in the mornings(GMT UK time) for the last two days:Server Error in '/forum' Application.
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> |
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> |
************************************************************** Server Error in '/forum' Application.
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> |
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> |
*********************************************** System.Data.SqlClient.SqlException: SQL Server does not exist or access denied. at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) at SSMData.GetArticlesByCategory(String CategoryID) at ASP.VistaSoftwareTweaks_aspx.Page_Load(Object Src, EventArgs E)
________________________________________

ASAP & UNITE member since 2006


 |
| | | | 
Forum Administrator
         
Group: Administrators Last Login: 8/9/2008 6:13 AM Posts: 8,258, Visits: 16,485 |
| | Hi Richie. Yes, the backup program crashed yesterday and today and in both instances the sql server did not restart causing the site to be down until Steve restarted it.
________________________________________

 |
| | | | 
Senior Forum Moderator
         
Group: Moderators Last Login: 8/9/2008 10:14 AM Posts: 29,030, Visits: 54,734 |
| | | | | 
Site Owner
         
Group: Administrators Last Login: 7/13/2008 8:04 PM Posts: 514, Visits: 809 |
| The backup software seems to run perfectly fine when I run it manually but it seems to act up when it is scheduled. I have made some changes to it and hopefully the server will still be running tommorow 
|
| | | | 
Senior Forum Moderator
         
Group: Moderators Last Login: 8/9/2008 10:14 AM Posts: 29,030, Visits: 54,734 |
| | | | | 
Senior Forum Moderator
         
Group: Moderators Last Login: 8/9/2008 10:14 AM Posts: 29,030, Visits: 54,734 |
| | | | | | |
|