Hello,
I installed dashcommerce 3.0.1 webready. I created a database and ran the install/install.aspx with success.
The database has aspnet and dashcommerce tables. I put the suggested connection string in the connectionString.config file which is now:
<connectionStrings>
<clear />
<add name="dashCommerce" connectionString="Server=VIRTUAL1_W2003\SQLEXPRESS;Initial Catalog=dashCommerce3;User Id=dc_admin;Password=password;" providerName="System.Data.SqlClient" />
</connectionStrings>
The connectionString.config file has read (and execute) permissions for the Internetr guest user.
dc_admin is the owner of the dashCommerce3 database.
When requesting any page of the dashcommerce app. I get the following error:
Server Error in '/' Application.
Please make sure that you setup the Database, and the Connection String in the connectionString.config file.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: Please make sure that you setup the Database, and the Connection String in the connectionString.config file.
Source Error:
[No relevant source lines] |
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c63b46b7\5fa79020\App_Web_ievslxyc.2.cs Line: 0
Stack Trace:
[Exception: Please make sure that you setup the Database, and the Connection String in the connectionString.config file.]
MettleSystems.dashCommerce.Store.SiteSettings.Load() in C:\mettlesystems\code\open source\dashCommerce\Core\SiteSettings.cs:148
|
etc ...
I tried two other databases before with 'sa' as owner and I got the same result.
Can anybody help me ?
TIA
Geert