Jie RONG 69b54b8d96
Update set-up-enterprise-mode-portal.md
In previous doc:
Step 3, following 10 of To create the website will change the connectionstring to like following:
<add connectionString="Server=ServerName;Database=DatabaseName;Integrated Security=true" name="LOBMergedEntities" providerName="System.Data.EntityClient" />

But for Model first connection string, it should be like following as displayed in Web.config in the project folder. 
<add name="LOBMergedEntities" connectionString="metadata=res://*/EMIEDataModel.csdl|res://*/EMIEDataModel.ssdl|res://*/EMIEDataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=jierong-srv;initial catalog=EMIEDatabase;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>

This will introduce data access error, throwing "Keyword not supported: 'server'."

2. The fix is in step 1 - 6, just update server name and database name, then remove the manual setting steps in Step 2.
2019-05-03 14:32:52 +08:00
2019-03-11 13:00:54 -07:00
2019-03-11 13:00:54 -07:00
2017-04-19 14:12:47 -07:00
it-client @ 61e0a21977
2019-04-09 13:21:14 -07:00
2019-04-11 15:51:41 -07:00
2019-04-18 10:49:26 -07:00
2017-12-12 13:29:47 -08:00
2016-02-29 10:46:12 -08:00
2017-03-22 08:48:21 -07:00
2017-03-22 08:48:21 -07:00
2017-03-22 08:48:21 -07:00

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Description
This repository is used for Windows client for IT Pro content on Microsoft Learn.
Readme CC-BY-4.0 1.4 GiB
Languages
CODEOWNERS 100%