I'm using this for connection to SQL Server 2005 [Windows authentication]
<add key="ConnectionString" value="Data Source=MALIK\sqlexpress;Initial Catalog=gainpeace;Integrated Security=SSPI"></add>
but it generates an error
Cannot open database "gainpeace" requested by the login. The login failed. Login failed for user 'MALIK\ASPNET'.
plz guide me how to resolved this issue ...!