Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MM Web Controls Builder Problems
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00996743
Message ID:
01001779
Vues:
27
CT,

In your original question, you asked why it the builder was trying to log int the server with user id "sa". You actually do have the "sa" password specified in the web.config file you posted:
<databases>
   <add key="Northwind\Connection" value="server=(local);uid=sa;pwd=;database=NorthWind;" />
   <add key="Northwind\DataAccessClass" value="DataAccessSql" />
   <add key="FraudCE\Connection" value="server=(local);uid=FraudCEUser;pwd=darkstarfraudce;database=FraudCE;" />
   <add key="FraudCE\DataAccessClass" value="DataAccessSql" />
  </databases>
</configuration>
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform