Thanks for all the help!
Ok, I tried development.config rename but same error... this time not even trying to install... it went straight to the error.
I am using the Install package, which is where my confusion was... Yes, i googled the error, but got information that points to (local) SQL installations. I am on a remote shared hosting and <laugh> they refuse to bounce IIS. So, I am kind of stuck.
Here is the error after wiping the db, creating a new one, deleting all files then FTP'ing install package files up again wiht the modified development.config to web.config. I must be doing something wrong OR the Webhost is incompetent. I mean it can NOT be this hard... modify a couple SQL lines for connectivity, comment out SQL Express since the WebHost does not have it installed and use only the two SQL Server lines under <connectionStrings> and <appSettings> plus identify the dbo in <providers>
Leupold, you mentioned that there was a change because of a prob and it was replaced in the package? I d/l the package Wed, 6/14/06. could it have changed after? at least the original web.config file started the install, the renamed development did nothing but error this time.
Server Error in '/web' Application.
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 66:
Line 67: Dim AutoUpgrade As Boolean
Line 68: If Config.GetSetting("AutoUpgrade") Is Nothing Then
Line 69: AutoUpgrade = True
Line 70: Else
|
Source File: E:\kunden\homepages\44\d163721254\web\App_Code\Global.asax.vb Line: 68
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42