THIS IS THE ERROR I RECEIVE AFTER CONNECTING TO TIME TRACKER AND SELECTING TO REGISTER, COMPLETE REGISTRATION PAGE HIT ENTER....
I have all named pipes, and tcp enable, and local and remote configured on my machine. Running windows xp pro sp2, with all necessary software, new to programming . Could someone help please!!!!!!!!
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: Named Pipes Provider,
error: 40 - Could not open a connection to SQL Server)
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: 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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Source Error:
Line 19: accountSystem.set_Password(TTSecurity.Encrypt(Password.get_Text()));
Line 20:
Line 21: if (accountSystem.Save())
Line 22: {
Line 23: // Set the user's authentication name to the userId
lproslim
Member
5 Points
1 Post
Cannot get time tracker to register user and connect to sql server 2005 express
Mar 10, 2006 02:06 PM|LINK
THIS IS THE ERROR I RECEIVE AFTER CONNECTING TO TIME TRACKER AND SELECTING TO REGISTER, COMPLETE REGISTRATION PAGE HIT ENTER....
I have all named pipes, and tcp enable, and local and remote configured on my machine. Running windows xp pro sp2, with all necessary software, new to programming . Could someone help please!!!!!!!!
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
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: 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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Source Error:
Line 19: accountSystem.set_Password(TTSecurity.Encrypt(Password.get_Text()));
Line 20:
Line 21: if (accountSystem.Save())
Line 22: {
Line 23: // Set the user's authentication name to the userId
Source File: C:\Program Files\ASP.NET Starter Kits\ASP.NET TimeTracker (JSSDK)\TTWebJSSDK\Register.aspx Line: 21