Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | JacobPressuresPosting Yak  Master
 
 
                                        112 Posts | 
                                            
                                            |  Posted - 2013-11-23 : 17:06:07 
 |  
                                            | I'm set up the application pools and the user accounts for the SQL Server 2012 Security logins and Users. But for some reason I can't get IIS to connect to the database.I'm using Windows 7 Home Premium and Visual Studio 2010. Everything is on the same computer. I connect with SQL Server 2012 using Windows Authentication.I don't know what else to do to troubleshoot the problem. |  |  
                                    | JacobPressuresPosting Yak  Master
 
 
                                    112 Posts | 
                                        
                                          |  Posted - 2013-11-25 : 03:16:18 
 |  
                                          | The problem was that i needed to make the account for my application pool have a role of db_owner instead of just db_datareader and db_datawriter which is what my book suggested. After I changed that it worked with no problems. |  
                                          |  |  |  
                                |  |  |  |