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 :
1) in VWD create a new Web Site and point it directly to your IIS local web server call it TimeTracker e.g.
http://localhost/TimeTracker (since I have problem getting VWD web server to work using the Beta release) this step will create a web site on your local IIS, you can do this manually too.
2) Unzip the file downloaded into the C:\Inetpub\wwwroot\TimeTracker and overwrite any files there.
3) Launch the site in IE e.g.
http://localhost/TimeTracker/Default.aspx
Check in web.config for connectionString, configure it according to your server name, password etc.
In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..
You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt
aspnet_regsql, it will open one window, where you have to configure DB.
If this helpful to you please mark it as answer, So it will help for other people
Hope it will help you, let me know.
Chetan Sarode
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
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"
hunter2006
Member
4 Points
15 Posts
Re: Installing TimeTracker.mdf
May 14, 2008 06:47 AM|LINK
Let me know if any problems facing you ,please note this apply to SQL server 2005 .
chetan.sarod...
All-Star
65719 Points
11133 Posts
Re: Installing TimeTracker.mdf over SQL Server 2005
May 16, 2008 03:30 AM|LINK
1) in VWD create a new Web Site and point it directly to your IIS local web server call it TimeTracker e.g. http://localhost/TimeTracker (since I have problem getting VWD web server to work using the Beta release) this step will create a web site on your local IIS, you can do this manually too.
2) Unzip the file downloaded into the C:\Inetpub\wwwroot\TimeTracker and overwrite any files there.
3) Launch the site in IE e.g. http://localhost/TimeTracker/Default.aspx
Check in web.config for connectionString, configure it according to your server name, password etc.
In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..
You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt
aspnet_regsql, it will open one window, where you have to configure DB.
If this helpful to you please mark it as answer, So it will help for other people
Hope it will help you, let me know.
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
erkindunya
Member
6 Points
4 Posts
Re: Installing TimeTracker.mdf over SQL Server 2005
Aug 27, 2008 09:01 AM|LINK
e.SELAM
Abdelrahman N.
JZK, Allah bless u/
chetan.sarod...
All-Star
65719 Points
11133 Posts
Re: Installing TimeTracker.mdf over SQL Server 2005
Sep 01, 2008 03:22 AM|LINK
what is the problem
Please post it in details
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.