So I just updated our Godaddy hosting to IIS 7 in preparation for other changes and what do you know it broke GSP. Godaddy did send information on a new database connection so I changed that in the connection string in the web.config but it still seems to have an issue. I was also going to update our version of GSP but now I can't even get the old one open to verify the version I have in order to take the proper steps. If anyone has an idea how to resolve this I would greatly appreciate it.
Take a look at it if you'd like.
http://www.waconiachoirs.org/photogallery
Here's the SQL connection information from the web.config. (password obviously changed)
<connectionStrings>
<clear/>
<add name="SqlServerDbConnection" connectionString="ShoCoUser.db.2574913.hostedresource.com;uid=ShoCoUser;pwd=*********; Trusted_Connection=no;database=ShoCoUser;Application Name=Gallery Server Pro" />
</connectionStrings>