Hi,
The error is very clear it cannot connect to the database.
Your connection string as posted is not right:
<add key="MSSQLConnectionString" value="server=Server=STartThemeans.db.3182258.hostedresource.com;UID=STartThemeans;PWD=Corpface09;database=STartThemeans" />
you have
server=Server=...
its a mistake and should be just server=...
Hope it helps,
Joe