From a4dd00f4eeb4219d508349d95bc49f3bb8bd2c76 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 27 Apr 2017 12:51:08 -0700 Subject: [PATCH] Adding content --- ...set-up-enterprise-mode-site-list-portal.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md index d9e1d1b579..26ca7cdb57 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md @@ -25,13 +25,13 @@ Before you can begin using the Enterprise Mode Site List Portal, you must comple 1. Download the Enterprise Mode Site List Portal source code(#download-the-enterprise-mode-site-list-portal-source-code). -2. Create the Application Pool and portal website, by using Internet Information Service (IIS). +2. Create the Application Pool and website, by using Internet Information Service (IIS). 3. Create and prepare the database. 4. Map the **ApplicationPoolIdentity** to a SQL Server Login. -5. Restart the Application Pool and portal website. +5. Restart the Application Pool and website. 6. Register the first user. @@ -42,6 +42,8 @@ Before you can begin using the Enterprise Mode Site List Portal, you must comple ## Download the Enterprise Mode Site List Portal source code You must download the deployment folder from the Enterprise Mode Site List Portal source code to your web server. +**To download the source code** + 1. Download the deployment folder from the [Enterprise Mode Site List Portal](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) source code to your web server. 2. Install the Node.jsĀ® package manager, [npm](https://www.npmjs.com/). @@ -50,14 +52,18 @@ You must download the deployment folder from the Enterprise Mode Site List Porta 4. Press and hold Shift, right-click the window, then click Open command window here. -5. Type _npm i_ into the command prompt, then press Enter. +5. Type _npm i_ into the command prompt, then press Enter. -6. Go back up a directory, and open the solution file EMIEWebPortal.sln in Visual Studio and build the entire solution. +6. Go back up a directory, open the solution file **EMIEWebPortal.sln** in a development tool such as Visual Studio, and then build the entire solution. -7. Copy the contents of the **EMIEWebPortal/** folder to the deployment directory of your portal website. +7. Copy the contents of the **EMIEWebPortal/** folder to the deployment directory of your website. +## Create the Application Pool and website, by using IIS +Next, you must create a new Application Pool and the website by using the IIS Manager. +**To create a new Application Pool** +1. text -## Create the Application Pool and portal website, by using IIS -The first thing you need to do is create the Application Pool +**To create the website** +1. text