SQL Server Express problems

time to read 1 min | 95 words

I'm trying to test both Gemini and BugTracker.Net as issue tracking systems.
They both fail for one reason, data base access. I've SQL Server Express Beta 3 running on my computer, and while I can use Express Manager to connect to it, I can't seem to do that in anything else.

The connection strings that I'm using are:

Data Source=localhost;Initial Catalog=Bugs;Integrated Security=SSPI;

And it just don't work, I'm scratching my head here, and it's very annoying!