I just downloaded the club starter kit and I tried to build but the following error was generated.
Server Error in '/ClubWebSite3' Application.
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
I tried the solution that I found on the web that states
Open the SQL Server
Management Studio Express. This is the downloadable program in the same
site where you downloaded the SQL Server 2005 express used to manage
SQL Server 2005 Express.
In the query editor type this text: exec sp_configure 'user instances enabled', 1.
Then type: Reconfigure.
Then restart the SQL Server database.
I ran the above query but still get this error.
I know that it has something to do with installing SQL Server Management Express.
Am I better off uninstalling this feature or can I troubleshoot through it.