Roland Hall said:
I removed the line and now I'm here:
Theme 'White' cannot be found in the application or global theme
directories
I modified the <providers></providers> to <providers/> since it no longer
contained anything and now I'm here:
An error has occurred while establishing a connection to the server. When
connecting to SQL Server 2005, this failure may be caused by the fact that
under the default settings SQL Server does not allow remote connections.
(provider: SQL Network Interfaces, error: 26 - Error Locating
Server/Instance Specified)
looking at the ASP.NET config I see, LocalSqlServer with connect parameters:
data source=.\SQLEXPRESS;Integrated
Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User
Instance=true
Problem is, I don't have SQLEXPRESS. I have SQL Server but not using it for
this app. I'm using MS Access.
My data directory is \websites\sedg\data\aspnetdb.mdb
Can I replace the connection string with an OLEDB connection to MS Access?