Hi, I am doing a new install of DNN on XP Professional with Visual Studio 2008 installed.
I unzipped DotNetNuke_04.08.04_Install.zip to my local drive and created the virtual directory in IIS pointing to it.
I renamed release.config to web.config and modified the two lines with SiteSqlServer to point to my SQL server.
but I am still getting the Config error:
行 65: ''' -----------------------------------------------------------------------------
行 66: Private Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
行 67: If Config.GetSetting("ServerName") = "" Then
行 68: ServerName = Server.MachineName
行 69: Else
I am out of ideas and about to give up. Any help is welcome here.
Thanks in advance.