I'm hoping I could get some help with my installation.
I have the following setup:
DNN 4.8.x
CrystalTech Hosting
Intermediate Hosting PLan:
SQL Server 2005
ASP.NET 3.5
I have done the folllowing:
*Downloaded the "Install" package of DNN 4.8.x
*Opened full permissions for ASP.NET
*Changed the web.config file to the following:
*Deleted the 2 SQL Server Express sections
*Moved the --> tag to follow the SQL Server 2005 tag under connection settings and appstrings
*Entered in the appropriate DB information, so that my config file reads as follows using servername as Server value, dbname as Database value, userID as uid value and password for pwd value:
<!-- Connection String for SQL Server 2000/2005 -->
name="SiteSqlServer"
connectionString="Server=servername;Database=dbname;uid=userID;pwd=password;"
providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
*I then went through the entire DNN setup on my domain, and when it finished I got a "Server Error in '/' Application. Runtime Error" message.
Does anyone know how to fix?
P.S. I don't know how to set custom errors on my web.config file.
Thanks