Asked by:
Time Tracker Starter Kit for SQL Server 2005

Question
-
User-785518903 posted
Dear all,
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,
JensTuesday, February 7, 2006 1:58 PM
All replies
-
User-32825938 posted
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.comWednesday, February 8, 2006 3:21 AM -
User-785518903 posted
Hi,
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?
JensThursday, February 9, 2006 10:43 AM -
User-32825938 posted
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 [;)] )Thursday, February 9, 2006 12:56 PM -
User794976187 posted
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;"/>Sunday, March 19, 2006 11:51 PM -
User555306248 posted
Change your connectionString according to your SQL server instanceSaturday, April 28, 2007 12:57 AM