Hi!I´ve been trying to install DNN 4.3.5 to my ISP without success.
I´m for some reason unable to change the permission to files, so my public-html-file-directory looks like this:
drwx------ 1 Owner Group 512 Oct 27 20:48 .
-rwx------ 1 Owner Group 22891 Oct 27 10:57 403-3.gif
-rwx------ 1 Owner Group 1549 Oct 27 10:57 403-3.htm
-rwx------ 1 Owner Group 3665 Oct 27 10:57 404.htm
-rwx------ 1 Owner Group 490 Oct 27 10:57 500.htm
drwx------ 1 Owner Group 512 Oct 27 11:05 App_Code
drwx------ 1 Owner Group 512 Oct 27 10:36 App_Data
drwx------ 1 Owner Group 512 Oct 27 10:36 App_GlobalResources
drwx------ 1 Owner Group 512 Oct 27 10:39 Components
drwx------ 1 Owner Group 512 Oct 27 10:39 Config
-rwx------ 1 Owner Group 1792 Oct 27 10:57 Default.aspx
-rwx------ 1 Owner Group 24210 Oct 27 10:57 Default.aspx.vb
drwx------ 1 Owner Group 512 Oct 27 10:40 Documentation
-rwx------ 1 Owner Group 15086 Oct 27 10:57 DotNetNuke.ico
-rwx------ 1 Owner Group 147261 Oct 27 10:57 DotNetNuke.vstemplate
-rwx------ 1 Owner Group 1 Oct 27 10:57 DotNetNuke.webproj
drwx------ 1 Owner Group 512 Oct 27 20:48 DotNetNuke_4
-rwx------ 1 Owner Group 818 Oct 27 10:57 ErrorPage.aspx
-rwx------ 1 Owner Group 3726 Oct 27 10:57 ErrorPage.aspx.vb
-rwx------ 1 Owner Group 70 Oct 27 10:57 Global.asax
drwx------ 1 Owner Group 512 Oct 27 10:47 Install
-rwx------ 1 Owner Group 212 Oct 27 10:57 KeepAlive.aspx
-rwx------ 1 Owner Group 1993 Oct 27 10:57 KeepAlive.aspx.vb
drwx------ 1 Owner Group 512 Oct 27 10:48 Portals
drwx------ 1 Owner Group 512 Oct 27 10:51 Providers
-rwx------ 1 Owner Group 190 Oct 27 10:57 RSS.aspx
-rwx------ 1 Owner Group 10674 Oct 27 10:57 RSS.aspx.vb
drwx------ 1 Owner Group 512 Oct 27 10:57 admin
drwx------ 1 Owner Group 512 Oct 25 14:12 aspnet_client
drwx------ 1 Owner Group 512 Oct 27 10:39 bin
drwx------ 1 Owner Group 512 Oct 20 10:30 cgi-bin
drwx------ 1 Owner Group 512 Oct 27 10:40 controls
-rwx------ 1 Owner Group 20188 Oct 27 10:57 development.config
-rwx------ 1 Owner Group 15086 Oct 27 10:57 favicon.ico
drwx------ 1 Owner Group 512 Oct 27 10:46 images
drwx------ 1 Owner Group 512 Oct 27 10:48 js
-rwx------ 1 Owner Group 3632 Oct 27 10:57 logo.gif
-rwx------ 1 Owner Group 807 Oct 27 10:57 spacer.gif
-rwx------ 1 Owner Group 20145 Oct 27 20:43 web.config
226-Options: -a -l
226 39 matches total
My ISP gave me server ip, server name, db name, username and password for the SQL Server.
how shoud i configure the web.config file? Now it´s like this:<add
name="SiteSqlServer"
connectionString="Data Source=ser.ver.ipx.xxx,1433;Network Library=DBMSSOCN;Initial Catalog=dbname;User ID=myusername;Password=mypassword;" /> - and the other string <add key="Data Source=ser.ver.ipx.xxx,1433;Network Library=DBMSSOCN;Initial Catalog=dbname;User ID=myusername;Password=mypassword;"/>
When I try to run the install I get an error message showing like this:
Server Error in '/' Application.
Could not load file or assembly 'DotNetNuke.Authentica#FB6E8' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'DotNetNuke.Authentica#FB6E8' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.Authentica#FB6E8' could not be loaded.
EDIT - Removed remainder of ASP.NET error as it expanded post too much and did not offer any more information than what is here now.