Error Alert Every time I Try to Navigate to NET Users

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

I am using IIS 7 to setup a Windows Vista server. I was able to install php-5.24-Wind32 and mysql-essential-5.0.45-win32.msi with no problems. I was able to run PHP and MySQL on IIS 7, but I get the following error alert when I try to navigate to .NET Users (while IIS 7 is running in the background):

".NET Users
There was an error while performing this operation.
Details:
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005,this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections.(provider:SQL Network Interfaces, error:26-Error
Locating Server /Instance Specified) "

I don’t know why this error appears. Please help me fix it.

SHARE
Answered By 0 points N/A #139280

Error Alert Every time I Try to Navigate to NET Users

qa-featured

Hello,

The problem you have is not with ".NET Users", it's an SQL Connection problem.

Either you have a wrong SQL connection statement, or the MSSQL has crashed and got conflicted with "mysql-essential".

You should check the SQL stamen first, if that did not work, try re installing the "IIS" and the "SQL Server 2005"

Regards..

Related Questions