18452 error resolution occurs when ODBC tests SQL Server 2005
A web site that has been developed with. NET has an error in the database that appears normal when accessing the static page.
1. The first thought is to test the ODBC data source, when logged in with SQL user and password, the following figure error occurred:
2. The password for the SA was not set because it was installed on the client server, and this error occurs when you test the user for SQL Server 2005 because Windows authentication is not selected at installation time.
3. Open SQL Server Management Studio Double-click the instance of the database, and open the following diagram, "Server Properties Window"--> Security tab---> Server Authentication: SQL Server and Windows Authentication Mode- > click "Apply" to save your settings.
4. Restarting the SQL Server service issue is resolved.
Attached: When testing the internal staff Forum, the following figure 80040e24 error occurred:
1. Find the file error location, is a string of code to connect access; Think of login to the forum to write content, so to connect the page and forum database Write permissions, problem solving.