I have WinXP Pro 32-bit.
I want to run a free trial for a web-based application. The app uses IIS 5.1 and MS SQL Server 2008 R2 (which is SQLEXPRESS). All of these are entirely on my own, single-user laptop.
When I type the following, I get an error::
localhost/gemini
The error is:
Cannot open database "Gemini" requested by the login. The login failed.
Login failed for user '<laptop_name>\ASPNET'.
I use Windows Authentication. The connection string in the app web.config is:
<add name="Gemini" connectionString="data source=(local)\SQLExpress;initial catalog=Gemini;trusted_connection=true;" providerName="System.Data.SqlClient"/>
I have SQL Server Management Studio.
I've been advised to grant the 'laptop_name\ASPNET' user all access to the Gemini database.
I'm not a techie. I would be grateful if someone could advise me how to grant access to that user. Because my laptop is single-user, I just want a simple solution - not a complex thief-proof, hack-proof solution :)