| AgilePoint Developer / Task List Web Part for AgilePoint Web Applications | |
The following steps must be completed before running an ASP.NET web application with the Task List Web Part:
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe"
-E -S [hostname] -A all
Where [localhost] points to the default MS SQL Server instance running on the local machine.
Running this command creates a database with name aspnetdb. This can be changed to any value and the same should be reflected in the connection string in the next step. This step is a one-time execution as the personalization database will work for multiple Web Parts.
<add name="LocalSqlServer"
connectionString="Data Source=[hostname];Initial
Catalog=aspnetdb;trusted_connection=true"
providerName="System.Data.SqlClient" />