1176 Commits

Author SHA1 Message Date
Greg Lindsay
683879afa1 fix link error 2019-05-30 23:34:57 -07:00
get-itips
88092b8074 several metadata changes and additions 2019-05-30 10:08:39 -03:00
get-itips
4b7f458c6a several metadata changes 2019-05-30 10:05:55 -03:00
get-itips
514fd4061a several metadata changes 2019-05-30 10:03:52 -03:00
get-itips
6b80854c9b Several metadata changes 2019-05-30 09:51:00 -03:00
get-itips
aa202a81a8 several metadata changes 2019-05-30 09:47:54 -03:00
get-itips
9e3b32fe52 several metadata changes 2019-05-30 09:44:34 -03:00
get-itips
1d8934289e several metadata changes 2019-05-30 09:38:24 -03:00
zhouyuZY
be0035723c
Update set-up-enterprise-mode-portal.md
In step 1, after the 6th point, the note is not in correct format.
2019-05-21 13:13:48 +08:00
Liza Poggemeyer
7e09659311
Merge pull request #3338 from karthigb/patch-7
Update configure-windows-defender-smartscreen-shortdesc.md
2019-05-15 15:04:03 -07:00
Liza Poggemeyer
e8f363430e
Merge pull request #3479 from jierong/patch-1
Update set-up-enterprise-mode-portal.md
2019-05-15 14:58:57 -07:00
Richard Howard
7c5591de2f
Fixed "how configure" to "how to configure" 2019-05-15 13:41:51 -07:00
MaratMussabekov
3a12cbe4d4
update net-framework-problems-with-ie11.md 2019-05-08 09:47:31 +05:00
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
Justin Hall
9962066ec0
Merge pull request #3175 from joinimran/patch-17
Registry Path was Incorrect
2019-04-30 13:39:02 -07:00
karthigb
dc90e8ddde
Update configure-windows-defender-smartscreen-shortdesc.md 2019-04-23 11:45:44 -07:00
Dolcita Montemayor
ccb44c1ca7 resoving conflict 2019-04-15 13:30:34 -07:00
v-saambe
7f1aa921b2
Update docfx.json 2019-04-11 16:23:20 -07:00
v-saambe
459ad3a1e7
Update docfx.json 2019-04-11 16:22:29 -07:00
Liza Poggemeyer
ed7f12374b fixed broken links in Edge FAQ 2019-04-11 16:21:40 -07:00
Liza Poggemeyer
cb6a263fb3 Merged PR 15009: Update for new version of Edge (chromium-based) - DO NOT MERGE
Cannot go live yet. Cannot share date it can go live. So if you're not Liza, please don't complete this PR. Thanks!
2019-04-08 15:53:18 +00:00
ImranHabib
5c0e506bba
Registry Path was Incorrect
Registry path for file TabPreloader was missing and location was not correct. I have updated the values. 

Problem:https://github.com/MicrosoftDocs/windows-itpro-docs/issues/2342
2019-04-05 09:34:08 +05:00
Liza Poggemeyer
6f7792930a fixing broken bookmark links 2019-03-28 17:16:33 -07:00
Jeanie Decker
2ad46dac39 replace Liz Ross's alias across repo 2019-03-28 06:54:51 -07:00
Liza Poggemeyer
38c5d6cc65 setting default build engine 2019-03-11 13:00:54 -07:00
Liza Poggemeyer
e0f95c3c8c Merged PR 14738: Landing pages to replace IT Pro center pages 2019-03-09 02:10:43 +00:00
Liza Poggemeyer
fad545960a Merged PR 14507: New pages for redirects 2019-02-26 22:40:38 +00:00
H. Poulsen
76471f253e
Update collect-data-using-enterprise-site-discovery.md
Updated info and links related to Upgrade Readiness (formerly known as Upgrade Analytics)
2019-02-21 10:28:28 -08:00
Banani Rath (Mindtree LTD)
d650ae02b1 Updated docfx.json 2018-12-06 00:54:13 +00:00
Banani Rath (Mindtree LTD)
d37c5d5c0c Updated docfx.json 2018-12-06 00:24:25 +00:00
Patti Short
6fa710850f merge conflict 2018-11-02 15:27:47 -07:00
Patti Short
286571f150 made logic changes based on conversation with PM 2018-11-02 14:48:33 -07:00
Patti Short
653b98888d added required metadata 2018-11-02 14:22:06 -07:00
Patti Short
6de2f4f9e5 fixed broken links 2018-11-02 14:10:05 -07:00
miberc
82d589c7a2
Update for the <path> element
Enterprise Mode sitelist manager outputs:

<emie>
  <domain exclude="true">fabrikam.com
    <path exclude="false">/products</path>
  </domain>
</emie>

The above mentioned version is the only version that works.

Current version of the documentation (that does not work as expected) is the following:

<emie>
  <domain exclude="false">fabrikam.com
    <path exclude="true">/products</path>
  </domain>
</emie>
2018-11-02 10:35:28 +02:00
huaping yu
52e9600f11 Merge branch 'master' of https://github.com/microsoftdocs/windows-itpro-docs into FromPrivateRepo 2018-11-01 15:32:39 -07:00
Patti Short
94ca9a9455 formatting 2018-11-01 12:20:58 -07:00
Patti Short
396d8bc238 fixed broken links 2018-11-01 11:47:57 -07:00
Patti Short
da79ee6bbf
Update microsoft-edge-kiosk-mode-deploy.md 2018-11-01 11:39:04 -07:00
Patti Short
cf8750bcb9
Update index.yml
another broken link
2018-11-01 11:35:49 -07:00
Patti Short
1599206fb7
Update index.yml
broken link
2018-11-01 11:34:39 -07:00
Patti Short
fa2d06bc38 Merged PR 12397: refined content, reduced duplicate content, and made clarifications 2018-10-31 22:09:45 +00:00
Patti Short
1546a5ca91 Updated index.yml
changed loc priority
2018-10-31 21:28:13 +00:00
Patti Short
cebe1fc30c Updated emie-to-improve-compatibility.md
changed loc priority
2018-10-31 21:26:29 +00:00
Nick Schonning
1e3aa5f406
chore: Remove old publishing file 2018-10-31 10:12:40 -04:00
Patti Short
6af7302e4a changed the title for clarity 2018-10-29 09:04:06 -07:00
Patti Short
f28305de44 changed the title for clarity 2018-10-29 07:59:52 -07:00
Patti Short
67237c916d changed the title for clarity 2018-10-29 07:47:14 -07:00
Patti Short
54e599d9b1 changed the title for clarity 2018-10-29 07:45:19 -07:00
Patti Short
7795ab6ae6 rearranged the links for better flow and less confusion 2018-10-29 07:42:44 -07:00