Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM Web Controls Builder Problems
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00996743
Message ID:
01001779
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform