i have searched so far about how to add the new starterkit updated Time tracker.MDF as i noticed that no such supporting to insttal it over SQL sever 2005 and alot of post comes in partial solution any way here how i figured it out :
1- add the MDF file through attach DB in sql server.
1.1 while we add the file rename it to Issues_Tracker (as the data access layer use this name to connect into datasource).
1.2 delete the created LDF file.
1.3 create.
2. go to where C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe run it aganist the new created DB "Issues_Tracker ".
3, After all change the web.config file like the following in my case :
hunter2006
Member
4 Points
15 Posts
Installing TimeTracker.mdf over SQL Server 2005
May 13, 2008 04:37 PM|LINK
i have searched so far about how to add the new starterkit updated Time tracker.MDF as i noticed that no such supporting to insttal it over SQL sever 2005 and alot of post comes in partial solution any way here how i figured it out :
1- add the MDF file through attach DB in sql server.
1.1 while we add the file rename it to Issues_Tracker (as the data access layer use this name to connect into datasource).
1.2 delete the created LDF file.
1.3 create.
2. go to where C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe run it aganist the new created DB "Issues_Tracker ".
3, After all change the web.config file like the following in my case :
<add name="aspnet_staterKits_TimeTracker" connectionString="Data Source=(local);Integrated Security=True;Initial Catalog=Issues_Tracker"/> <remove name="LocalSqlServer"/><
add name="LocalSqlServer" connectionString="Data Source=(local);Integrated Security=True;Initial Catalog=Issues_Tracker"/>,| Hope it run with u too ,
Abdelrahman N.
Time Tracker install web.config Timetracker "Solution"