1. Thank you for keeping us all up to date, it's a great service
2. The second link, Workarounds, is in a bit of trouble, or I am
Quote
Server Error in '/' Application.
--------------------------------------------------------------------------------
SQL Server does not exist or access denied.
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: SQL Server does not exist or access denied.
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: SQL Server does not exist or access denied.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
ZDI.Common.DatabaseDAOSupport.Open() +536
[DAOSystemException: Could not open Connection for this dao due to: SQL Server does not exist or access denied.]
ZDI.Common.DatabaseDAOSupport.Open() +826
ZDI.Engine.Cms.Dao.PageTypeDisplayDAOImpl.GetPageTypeDisplay(Int64 publicationID, Int32 pageTypeId) +60
[DAOSystemException: An error occurred while retrieving all the Page Type Display due to: Could not open Connection for this dao due to: SQL Server does not exist or access denied.]
ZDI.Engine.Cms.Dao.PageTypeDisplayDAOImpl.GetPageTypeDisplay(Int64 publicationID, Int32 pageTypeId) +567
ZDI.Engine.Cms.Dao.PageTypeDisplayDAOImpl.GetPageTypeDisplay(Int64 publicationID, PageTypeEnum pageTypeId) +13
ZDI.Cms.Managers.PageTypeDisplayManager.GetPageTypeDisplay(Int64 publicationId, PageTypeEnum pageType) +131
cda.modules.PageTypeDisplayControl.Page_Load(Object sender, EventArgs e) +240
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +739