Double clicked vsi file
Went to File>New website, changed language dropdown to the same as the starter kit, double clicked Time Tracker template
In the solution explorer:
In App_Code\Dal folder opened DataAccessHelper.cs, changed public class DataAccessHelper_ to public class DataAccessHelper
Changed the folder named TimeTracker to TimeTracker1
Opened web.sitemap replaced all ~/TimeTracker/ with ~/TimeTracker1/
Opened web.config added "User Instance=True;" to the connection strings, both look like the one below
Build it, run it, go to /TimeTracker1/TimeTracker1/user_create.aspx and add a new user, password must be more than 7 chars with at least 1 non alphanumeric char
brad1213
Member
20 Points
4 Posts
Re: Has anyone Had success getting this timeTracker installed and working Properly?
May 25, 2005 08:45 AM|LINK
This is what I did to get it going
Double clicked vsi file
Went to File>New website, changed language dropdown to the same as the starter kit, double clicked Time Tracker template
In the solution explorer:
connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf;"/>
Build it, run it, go to /TimeTracker1/TimeTracker1/user_create.aspx and add a new user, password must be more than 7 chars with at least 1 non alphanumeric char
On Win2000 sp4 had to enable Shared Memory in the SQL Native Client Configuration, to allow SQL Express to install
see http://www.dotnetfun.com/articles/sql/sql2005/SQL2005Beta2SetupxFFFFFFFFError.aspx