I would gladly document the required steps, and even make a pass at re-editing the install instructions. But, that depends on a sucessfull install.
As I stated earlier, <machine>\ASPNET has the SQL permissions that the install doc requires and it is replicated on all of the SQL databases (master, DotNetNuke, Reporting, etc).
ASPNET has full authority on the DotNetNuke directories and children.
As has come to be the nature of the beast, today, I get a new, different problem.
When I enter "http:/localhost/DotNetNuke/Default.aspx" I now get
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'Config' is not declared.
Source Error:
|
Line 77:
Line 78: Dim AutoUpgrade As Boolean
Line 79: If Config.GetSetting("AutoUpgrade") Is Nothing Then
Line 80: AutoUpgrade = True
Line 81: Else
|
Source File: C:\DotNetNuke\Website\App_Code\Global.asax.vb Line: 79
why this pop'd up, I have no clue, but am pretty sure when I resolve it I will be back to either "no permission" or "unable to connect"
I would appreciate it if you would give specific page references to the install doc. Any direction is benefited by more specifity.