Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Just updated Godaddy hosting to IIS 7 now getting errors
MikeWood
#1 Posted : Thursday, 19 May 2011 12:55:21 PM(UTC)
Rank: Newbie

Joined: 19/05/2011(UTC)
Posts: 2
Location: Mpls

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>
Roger Martin
#2 Posted : Thursday, 19 May 2011 1:03:32 PM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

Try putting "server=" in front of "shocouser.db.2574913.hostedresource.com" in your connection string, so that it looks like this:

connectionString="server=shocouser.db.2574913.hostedresource.com;uid=..."
Roger Martin
Creator and Lead Developer of Gallery Server Pro
MikeWood
#3 Posted : Thursday, 19 May 2011 1:08:58 PM(UTC)
Rank: Newbie

Joined: 19/05/2011(UTC)
Posts: 2
Location: Mpls

I knew it would be something extremely simple.
Thanks a bunch!
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.