I can connect to the DB using Integrated Security and then it gives me the following connection string:
Data Source=RAPOPC\SQLEXPRESS;Initial Catalog=dobrycajcz;Integrated Security=True
If I put it into a web.config and run the application, it comes back with the following error:
"Cannot open database "dobrycajcz" requested by the login. The login failed. Login failed for user 'IIS APPPOOL\DefaultAppPool'."