This is just a reminder for myself on how to get the Gemini Issue Tracker up and running.
- Install the database using Windows Authentication
- Add [MachineName]\ASPNET as user on the created database
- Select db_owner under both Schemas owned by this user and Database role membership
- Edit the Gemini website web.config file.
- Set the connection string to
<add name="Gemini" connectionString="Data Source=[ServerName];Initial Catalog=[DatabaseName];Integrated Security=SSPI;"/>
(Note: This connection string is for SQL 2008)
The website should open now.