Here is my current configuration list.
Installed ASP.NET 2.0
Installed SQL Server 2005 (kept the default database SQLEXPRESS)
I'm using IIS 5.1 as the web server (created a virtual directory pointing to the source files)
Deployed DNN4 locally (source files on D: drive)
I've attempted to modifications to the web.config file as discussed in the installation documentation. No Success.
I've read through a few forum posts and made sure my asp.net configurations were correct. Still No Success.
Below is the message below. Any recommendations would be greatly appreciated.
***************************
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: D:\dotnetnuke\source\Website\App_Code\Global.asax.vb Line: 79
Michael Lee