Hi,
We tried to launch the SiteFinity Primavera example but we get an error :
----------------
Error trying to initialize Membership Services!
Possible reason:
You have not set a valid connection string to Membership Services or there are no Membership database objects.
Solution:
Set the Membership connection string in the Web.config:
<connectionStrings>
<add name = SitefinityMembership
connectionString = "[Membership Connection string]"
providerName = "System.Data.SqlClient"
</connectionStrings>
To create the Membership database objects in SQL Server Database, run
C:\WINDOWS\Microsoft.NET\Framework\<versionNumber>\aspnet_regsql.exe
tool. For more information about using aspnet_regsql.exe, refer to
http://msdn2.microsoft.com/en-US/library/ms229862.aspx----------------
I this example linked to SQLServer ?
Regards,
Arnaud.