Today, I set the floder permission for local network account "ASPNET" for c:\inetpub\wwwroot\dotnetnuke directory as full control, modify, read&Execute,List Folder Contents, read and write.
Then I run DNN install again it show the following message
Error Installing DotNetNuke
Current Assembly Version: 03.02.01
ERROR: Could not connect to database specified in connectionString for SqlDataProvider
I have the following statement in my web.config
<appSettings>
<add key="SiteSqlServer" value="Server=MTP-BMS-TAKAJ;Database=DotNetNuke;uid=dbo;pwd=;" />
<add key="MachineValidationKey" value="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902" />
My Notebook name is "MTP-BMS-TAKAJ, My database name = "DotNetNuke", I use Window authentiztion.
Then I go to the SQL Server Enterprise Manager and set the "DotNetNuke" database permission , I saw only 2 user Public and ASPNET then I set both of them as all create.
Then I run installation again I get the following message:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
Login failed for user 'dbo'. Reason: Not associated with a trusted SQL Server connection.
Would you please advice ?
Best regards,
Jeeradate K.