Hi there,
my name is Dennis and I'm very new to DashCommerce and also a bit new to ASP.NET.
I downloaded the DashCommerce 3.0 file and installed it (converted erverything to the newest version, Visual Studio 08 pro).
When I want to launch the Application I get the following error-message:
"Fehler bei der Anmeldung für den Benutzer 'IUSER'. Der Benutzer ist keiner vertrauenswürdigen SQL Server-Verbindung zugeordnet."
Translated into English: "Error at the login for the user 'IUSER'. The user ist not assigned to a trustable SQL-Connection" (Sorry for my bad English :-) )
Could anyone tell me, what I have to do to fix this? Cause I really don't know where the fault is.
Thank you in advance!
Dennis
Ps: Let me attach the complete error message:
Server Error in '/' Application.
Fehler bei der Anmeldung für den Benutzer 'IUSER'. Der Benutzer ist keiner vertrauenswürdigen SQL Server-Verbindung zugeordnet.
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.Data.SqlClient.SqlException: Fehler bei der Anmeldung für den Benutzer 'IUSER'. Der Benutzer ist keiner vertrauenswürdigen SQL Server-Verbindung zugeordnet.
Source Error:
Line 96: Validator.ValidateStringArgumentIsNotNullOrEmptyString(configurationSectionName, CONFIGURATION_SECTION_NAME);
Line 97:
Line 98: ConfigurationDatumCollection configurationDatumCollection = new ConfigurationDatumCollection().
Line 99: Where(ConfigurationDatum.Columns.Name, configurationSectionName).
Line 100: Load();
|
Source File: C:\Users\Dennis\Desktop\dashCommerce\Core\Controllers\ConfigurationDatumController.cs Line: 98
Stack Trace:
[SqlException (0x80131904): Fehler bei der Anmeldung für den Benutzer 'IUSER'. Der Benutzer ist keiner vertrauenswürdigen SQL Server-Verbindung zugeordnet.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +435
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
SubSonic.SqlDataProvider.CreateConnection(String newConnectionString) +34
SubSonic.SqlDataProvider.CreateConnection() +22
SubSonic.AutomaticConnectionScope..ctor(DataProvider provider) +56
SubSonic.SqlDataProvider.GetReader(QueryCommand qry) +40
SubSonic.AbstractList`2.Load() +404
MettleSystems.dashCommerce.Core.ConfigurationDatumController.FetchConfigurationByName(String configurationSectionName) in C:\Users\Dennis\Desktop\dashCommerce\Core\Controllers\ConfigurationDatumController.cs:98
MettleSystems.dashCommerce.Core.Configuration.DatabaseConfigurationProvider.FetchConfigurationByName(String configurationSectionName) in C:\Users\Dennis\Desktop\dashCommerce\Core\Configuration\DatabaseConfigurationProvider.cs:121
MettleSystems.dashCommerce.Store.SiteSettings.Load() in C:\Users\Dennis\Desktop\dashCommerce\Core\SiteSettings.cs:136
MettleSystems.dashCommerce.Store.Web.SiteMasterPage.get_SiteSettings() in C:\Users\Dennis\Desktop\dashCommerce\Store\Web\SiteMasterPage.cs:96
MettleSystems.dashCommerce.Web._default.OnInit(EventArgs e) in C:\Users\Dennis\Desktop\dashCommerce\Web\default.aspx.cs:103
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434