Cannot Connect to the Configuration Database Error

Asked By 50 points N/A Posted on -
qa-featured

I encountered a problem when I try to use Sharepoint. Here is a screenshot of the error message:

Server Error in '/' Application

Cannot connect to the configuration database.

Description: An unhandled exception occured during the execution of the current web request. Please review the stack trace

Exception Details: Microsoft.SharePoint.WebPartPages.WebPartPageUserException: Cannot connect to the configuration data

Source Error:

An unhandled exception was generated during the execution of the current web using the exception stack trace below.

Can this still be fixed? How? Thanks for the help guys.

SHARE
Best Answer by Bugal kanon
Best Answer
Best Answer
Answered By 0 points N/A #101810

Cannot Connect to the Configuration Database Error

qa-featured

Hi,
The problem you are experiencing usually occurs if ASP.NET and IIS 6.0 are installed on the server prior the promotion of the server to a domain controller. In the following order below, the problem occurs under these conditions:
The ASP.NET and IIS 6.0 were installed on a member server
The Dcpromo.exe tool was used to endorse the member server to a domain controller
On the domain controller, the Windows SharePoint Services 2.0 was installed

Basin from this one, you do not have enough permission of the Network Service group to the Temporary ASP.NET files folder located on the domain controller. To resolve this issue, do the following:
Go to Startup button, click Run, type cmd, and press OK
Locate the specified directory:WINDOWSMicrosoft.NETFrameworkv2.0.50727 folder. This folder location is where Windows was installed. Type the following command below to implement this one, and then press Enter:

cd Drive:WINDOWSMicrosoft.NETFrameworkv2.0.50727
The appropriate permissions should be added to the Network Service group to be able to access the Temporary ASP.NET folder. Type the following command below to implement this one, and then press Enter:

aspnet_regiis –ir

Bugal Kanon

Answered By 5 points N/A #101811

Cannot Connect to the Configuration Database Error

qa-featured

Resolving behavior error like this has a lot of method to solve.

Steps:

* Verify the SQL database is running.

* Verify that IIS is not running in IIS 5.0 isolation mode.

* Make sure that the account is used by the application pool is the account that the required permissions to the SQL Server database.

* Make sure that your connected to the network and correct name resolution between the servers.

You can to checking the steps provide just follow this link below.

https://support.microsoft.com/en-us/help/823287/error-cannot-connect-to-the-configuration-database-when-you-connect-to

Related Questions