Skip to content

Created a simple and elegant user interface to manage projects and tasks assigned to team members within those projects

Notifications You must be signed in to change notification settings

srilekha091/Task-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

To run this project,

1. Open Microsoft SQL Server Management Studio on you machine
2. Right-click on Databases and click "New Database.." and provide a database name.
3. Then in the project solution, open Web.config file and replace the name of the database to the one created above in the connectionstring.
4. For example, the current connection string in Web.config is 
<add name="DBCS" connectionString="Server=localhost;Database=TaskBoard;Trusted_Connection=True; integrated security=SSPI" providerName="System.Data.SqlClient"/>

Replace "TaskBoard" with the name of the database created in step 2.

About

Created a simple and elegant user interface to manage projects and tasks assigned to team members within those projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published