is there any possibility to run the new Time Tracker Starter Kit for ASP.net v2.0 without using the SQL Server 2005 Express Edition???
I'm trying to use it with Visual Studio 2005 Professional and SQL Server 2005 Standard - without success.
Has anyone of you the same problems? Or a solution how to get run it?
Update your web.config connectionstrings named "aspnet_staterKits_TimeTracker" and "LocalSqlServer" with the connectionstring pointing to your sql2005 server and off you go!
You can find how to connect to various datasources at connectionstrings.com
kurslitteratur.se - Swedens largets marketplace for used textbooks
That's a Sql Server specific error, try asking in the Sql Server forums.
But...I had the same problem, but that was when I registered the .mdf-file in my sqlserver. My workaround was to create an empty database and run the supplied sql-scripts.
(I'm not a dba, more of a happy coder [;)] )
kurslitteratur.se - Swedens largets marketplace for used textbooks
JKnet
Member
15 Points
3 Posts
Time Tracker Starter Kit for SQL Server 2005
Feb 07, 2006 05:58 PM|LINK
is there any possibility to run the new Time Tracker Starter Kit for ASP.net v2.0 without using the SQL Server 2005 Express Edition???
I'm trying to use it with Visual Studio 2005 Professional and SQL Server 2005 Standard - without success.
Has anyone of you the same problems? Or a solution how to get run it?
Thanks,
Jens
daniel.ander...
Member
55 Points
11 Posts
Sv: Time Tracker Starter Kit for SQL Server 2005
Feb 08, 2006 07:21 AM|LINK
You can find how to connect to various datasources at connectionstrings.com
JKnet
Member
15 Points
3 Posts
Re: Sv: Time Tracker Starter Kit for SQL Server 2005
Feb 09, 2006 02:43 PM|LINK
I changed the connectionstrings.
Now, I get the followings error:
The user instance login flag is not supported on this verion of SQL Server. The connection will be closed.
Any idea of how to handle it?
Jens
daniel.ander...
Member
55 Points
11 Posts
Sv: Re: Sv: Time Tracker Starter Kit for SQL Server 2005
Feb 09, 2006 04:56 PM|LINK
But...I had the same problem, but that was when I registered the .mdf-file in my sqlserver. My workaround was to create an empty database and run the supplied sql-scripts.
(I'm not a dba, more of a happy coder [;)] )
sbougheyasfa
Member
20 Points
4 Posts
Re: Sv: Time Tracker Starter Kit for SQL Server 2005
Mar 20, 2006 03:51 AM|LINK
Hi there-
Remove 'UserInstance ='true'" from your connection string.
should look like this:
<
add name="aspnet_staterKits_TimeTracker" connectionString="Server = YOURSERVERNAME; Database=YourDBNameInODBC;Integrated Security=False;uid = YourSQLUsername; pwd =YourSQLPassword;"/>chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: Time Tracker Starter Kit for SQL Server 2005
Apr 28, 2007 04:57 AM|LINK
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.