>> Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Did you upgrade versions of visual studio? If you do that it creates backup files which will cause this error message to occur.
>>System.Data.SqlClient.SqlException: Cannot open database "pac_bkbfc" requested by the login. The login failed.
Login failed for user 'IIS APPPOOL\bkbfightclub.com'.
You need to specify a username and password in your connection string. If your connection string uses windows authentication it will work fine during development because it uses your developer account. When you deploy and run it on full-blown IIS it uses an unpriveledged user account which doesn't authenticate.