DiscountASP.net Installation Issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I'm having an issue with DASP installing the latest version of NOP.  I have two accounts with them that are setup the same way:

Windows Server 2008 IIS 7 Hosting
Microsoft SQL Server 2008 DB

I had no issues installing the application on the first account.  After setting up the second account, I was unable to run the installation.  I attempted to manually install the application following the instructions from NOP.  I have verified the connectionStrings config file.  Everything appears to be loaded correctly but has yet to get past the custom error screen.  

This is the error that  is being returned
The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty

Ideas?
14 years ago
What version do you use? Look at these topics
14 years ago
remove this in web.config

<connectionStrings>
    <remove name="LocalSqlServer" />
    
    <add name="NopSqlConnection" connectionString="Data Source=yourserver.discountasp.net;Initial Catalog=yourcatalog;User ID=userId;Password=Password;Connect Timeout=120"/>
  </connectionStrings>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.