Installing TimeTracker.mdf over SQL Server 2005

Rate It (1)

Last post 08-31-2008 11:22 PM by chetan.sarode. 4 replies.

Sort Posts:

  • Installing TimeTracker.mdf over SQL Server 2005

    05-13-2008, 12:37 PM
    • Loading...
    • hunter2006
    • Joined on 05-13-2008, 4:09 PM
    • Posts 15

    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.

  • Re: Installing TimeTracker.mdf

    05-14-2008, 2:47 AM
    • Loading...
    • hunter2006
    • Joined on 05-13-2008, 4:09 PM
    • Posts 15

    Let me know if any problems facing you ,please note this apply to SQL server 2005 .

  • Re: Installing TimeTracker.mdf over SQL Server 2005

    05-15-2008, 11:30 PM

    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
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Installing TimeTracker.mdf over SQL Server 2005

    08-27-2008, 5:01 AM
    • Loading...
    • erkindunya
    • Joined on 08-27-2008, 8:20 AM
    • Posts 1

    e.SELAM

    Abdelrahman N.

    JZK, Allah bless u/

  • Re: Installing TimeTracker.mdf over SQL Server 2005

    08-31-2008, 11:22 PM

    what is the problem

    Please post it in details

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
Page 1 of 1 (5 items)
Microsoft Communities
Page view counter