I am trying to install DNN 4.3.4 on discountAsp.net.
Every thing seems to go OK. The installation script finishs normally creating Portal 0.
When i open the portal, all the modules are marked as "An error as occured. Error ... is currently unavailable. Stry i can log as admin, add a new user. If y try to edit a panel, i get the message ... is currently unavailable.
i used this connection string :
<add name="SiteSqlServer" connectionString ="Data Source=tcp:sql2k503.discountasp.net;Integrated Security=False;Initial Catalog=SQL2005_******_restekconsu;User ID=SQL2005_*******_restekconsu_user;Password=******" providerName ="System.Data.SqlClient"/>
and, as appSetting
<add key ="connectionString" value ="Server=sql2k503.discountasp.net;Database=SQL2005_******_restekconsu;uid=SQL2005_******_restekconsu_user;pwd=*******;"/>
You can take a look at the results at www.restekconsu.org/dnn/
I hope some body can help, since i am playing aroud since last week on this thing....
YV