After copying the 4.5.3 files to directory at webhost4life (and with DNN1.abc.com set to point to the c:\mywebsite\dnntest1 directory, asp 2.0) I get error when connecting to either DNN1.abc.com or DNN1.abc.com/install/install.aspx?mode=install
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 <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
at the dnn root ( c:\mywebsite\dnntest1 directory) I've got in web,config
<add name="SiteSqlServer"
connectionString="Server=sql386.mysite4now.com;Database=Pxxx;uid=xxx;pwd=xxx"
providerName="System.Data.SqlClient" />
<add key="SiteSQLServer" value="Server=sql386.mysite4now.com;Database=Pxx;UID=xxx;pwd=xxx" />
I can connect to the Pxxx database with SQL Server Management Studio Express, and created the DNN database with my user/password.
thanks for any help!
Craig