Hi folks. First post, and I need help.
I am attempting to install this into my root folder of my GoDaddy hosting account. I unzipped all of the the files into a local folder, made the following mods in the web.config file
name="SiteSqlServer" connectionString="whsql-v08.prod.mesa1.secureserver.net;Database=DB_49829;uid=Boisehigh1976;pwd=*****;"
providerName="System.Data.SqlClient" />
I assume I then need to run the install.aspx.vb program located in the install folder (is that correct?). When I try that I get
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a
tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
Well, I already changed the customerErrors mode to "Off", so I don't understand why I don't see an error listing.
Can someone provide any suggestions?