Adding content

This commit is contained in:
LizRoss 2017-05-11 08:32:06 -07:00
parent c669cbe274
commit 4101c81a58
7 changed files with 21 additions and 20 deletions

View File

@ -62,7 +62,6 @@ This area lets you add or edit your Group info, along with letting you pick whic
- **Administrator.** All employees in the selected group must get change request approval by someone assigned this role. - **Administrator.** All employees in the selected group must get change request approval by someone assigned this role.
## Use the Environment settings area ## Use the Environment settings area
This area lets you specify the location of your production and pre-production environments, where to store your attachments, your settings location, and the website domain for email notifications. This area lets you specify the location of your production and pre-production environments, where to store your attachments, your settings location, and the website domain for email notifications.
@ -71,13 +70,13 @@ This area lets you specify the location of your production and pre-production en
The **Settings** page appears. The **Settings** page appears.
2. In the **Environment settings** area of the page, provide the locations to your **Pre-production environment**, your **Production environment**, **Attachments location**, **Settings location**, and **Website domain for email notifications**. 2. In the **Environment settings** area of the page, provide the info for your **Pre-production environment**, your **Production environment**, your **Attachments location**, your **Settings location**, and your **Website domain for email notifications**.
3. Click **Credentials** to add the appropriate domain, user name, and password for each location, and then click **OK**. 3. Click **Credentials** to add the appropriate domain, user name, and password for each location, and then click **OK**.
## Use the Freeze production changes area ## Use the Freeze production changes area
This optional area lets you specify a period of time when your employees must stop adding changes to the current Enterprise Mode Site List. This must include both a start and an end date. This optional area lets you specify a period when your employees must stop adding changes to the current Enterprise Mode Site List. This must include both a start and an end date.
**To add the start and end dates** **To add the start and end dates**
1. Open the Enterprise Mode Site List Portal and click the **Settings** icon in the upper-right area of the page. 1. Open the Enterprise Mode Site List Portal and click the **Settings** icon in the upper-right area of the page.

View File

@ -19,7 +19,7 @@ ms.sitesec: library
- Windows Server 2012 R2 - Windows Server 2012 R2
- Windows Server 2008 R2 with Service Pack 1 (SP1) - Windows Server 2008 R2 with Service Pack 1 (SP1)
Employees assigned to the Requester role all have the ability to create a change request. A change request is used to tell the Approvers and the Administrator that a website needs to be added or removed from the Enterprise Mode Site List. The employee can navigate to each stage of the process by using the workflow links provided at the top of each page of the portal. Employees assigned to the Requester role can create a change request. A change request is used to tell the Approvers and the Administrator that a website needs to be added or removed from the Enterprise Mode Site List. The employee can navigate to each stage of the process by using the workflow links provided at the top of each page of the portal.
>[!Important] >[!Important]
>Each Requester must have access to a test machine with Administrator rights, letting him or her get to the pre-production environment to make sure that the requested change is correct. >Each Requester must have access to a test machine with Administrator rights, letting him or her get to the pre-production environment to make sure that the requested change is correct.
@ -29,7 +29,7 @@ Employees assigned to the Requester role all have the ability to create a change
The **Create new request** page appears. The **Create new request** page appears.
2. Fill out all of the required fields, based on the group and the app, including: 2. Fill out the required fields, based on the group and the app, including:
- **Group name.** Select the name of your group from the dropdown box. - **Group name.** Select the name of your group from the dropdown box.
@ -53,7 +53,7 @@ Employees assigned to the Requester role all have the ability to create a change
- **App best viewed in.** Select the best browser experience for the app. This can be Internet Explorer 5 through Internet Explorer 11 or one of the IE7Enterprise or IE8Enterprise modes. - **App best viewed in.** Select the best browser experience for the app. This can be Internet Explorer 5 through Internet Explorer 11 or one of the IE7Enterprise or IE8Enterprise modes.
- **Is an x-ua tag used?** Select **Yes** or **No** whether an x-ua-compatible tag is used by the app. For more info about x-ua-compatible tags, see the topcis in [Defining document compatibility](https://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx). - **Is an x-ua tag used?** Select **Yes** or **No** whether an x-ua-compatible tag is used by the app. For more info about x-ua-compatible tags, see the topics in [Defining document compatibility](https://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx).
4. Click **Save and continue** to save the request and get the app info sent to the pre-production environment site list for testing. 4. Click **Save and continue** to save the request and get the app info sent to the pre-production environment site list for testing.

View File

@ -30,7 +30,7 @@ After a change request is approved, the original Requester can schedule the chan
3. The Requester clicks **Now**, and then clicks **Save**. 3. The Requester clicks **Now**, and then clicks **Save**.
The update is scheduled to immediately update the production environment and an email is sent to the Requester. After the update finishes, the Requester is asked to verify the changes. The update is scheduled to immediately update the production environment, and an email is sent to the Requester. After the update finishes, the Requester is asked to verify the changes.
**To schedule the change for a different day or time** **To schedule the change for a different day or time**

View File

@ -85,7 +85,7 @@ Create a new Application Pool and the website, by using the IIS Manager.
2. In the **Add Website** box, type the name of your website into the **Site name** box. For example, _EMIEWebApp_, and then click **Select**. 2. In the **Add Website** box, type the name of your website into the **Site name** box. For example, _EMIEWebApp_, and then click **Select**.
3. The **Select Application Pool** box appears. The **Select Application Pool** box appears.
4. Pick the name of the application pool created earlier in this step, and then click **OK**. For example, _EMIEWebAppPool_. 4. Pick the name of the application pool created earlier in this step, and then click **OK**. For example, _EMIEWebAppPool_.
@ -135,7 +135,7 @@ Create a SQL Server database and run our custom query to create the Enterprise M
8. Run the query. 8. Run the query.
## Step 4: Map your Application Pool to a SQL Server role ## Step 4 - Map your Application Pool to a SQL Server role
Map your ApplicationPoolIdentity to your database, adding the db_owner role. Map your ApplicationPoolIdentity to your database, adding the db_owner role.
**To map your ApplicationPoolIdentity to a SQL Server role** **To map your ApplicationPoolIdentity to a SQL Server role**
@ -163,7 +163,7 @@ Map your ApplicationPoolIdentity to your database, adding the db_owner role.
6. Click **OK**. 6. Click **OK**.
## Step 5: Restart the Application Pool and website ## Step 5 - Restart the Application Pool and website
Using the IIS Manager, you must restart both your Application Pool and your website. Using the IIS Manager, you must restart both your Application Pool and your website.
**To restart your Application Pool and website** **To restart your Application Pool and website**
@ -171,7 +171,7 @@ Using the IIS Manager, you must restart both your Application Pool and your webs
2. In the **Connections** pane, select your Application Pool, and then click **Recycle** from the **Application Pool Tasks** pane. 2. In the **Connections** pane, select your Application Pool, and then click **Recycle** from the **Application Pool Tasks** pane.
## Step 6: Registering as an administrator ## Step 6 - Registering as an administrator
After you've created your database and website, you'll need to register yourself (or another employee) as an administrator for the Enterprise Mode Site List Portal. After you've created your database and website, you'll need to register yourself (or another employee) as an administrator for the Enterprise Mode Site List Portal.
**To register as an administrator** **To register as an administrator**
@ -191,9 +191,10 @@ After you've created your database and website, you'll need to register yourself
7. Go to the Enterprise Mode Site List Portal Home page and sign in. 7. Go to the Enterprise Mode Site List Portal Home page and sign in.
## Step 7: Configure the SMTP server and port for email notification ## Step 7 - Configure the SMTP server and port for email notification
After you've set up the portal, you need to configure your SMTP server and port for email notifications from the system. After you've set up the portal, you need to configure your SMTP server and port for email notifications from the system.
**To set up your SMTP server and port for emails**
1. Open Visual Studio, and then open the web.config file from your deployment directory. 1. Open Visual Studio, and then open the web.config file from your deployment directory.
2. Update the SMTP server and port info with your info, using this format: 2. Update the SMTP server and port info with your info, using this format:
@ -202,17 +203,19 @@ After you've set up the portal, you need to configure your SMTP server and port
<add key="host" value="SMTPHOST.corp.contoso.com"/> <add key="host" value="SMTPHOST.corp.contoso.com"/>
<add key="port" value="2500"/> <add key="port" value="2500"/>
``` ```
3. Open the Settings page in the Enterprise Mode Site List Portal, and then update the email account and password info. 3. Open the **Settings** page in the Enterprise Mode Site List Portal, and then update the email account and password info.
## Step 8: Register the scheduler service ## Step 8 - Register the scheduler service
Register the EMIEScheduler tool and service for production site list changes. Register the EMIEScheduler tool and service for production site list changes.
**To register the scheduler service**
1. Open File Explorer and go to EMIEWebPortal.SchedulerService\EMIEWebPortal.SchedulerService in your deployment directory, and then copy the **App_Data**, **bin**, and **Logs** folders to a separate folder. For example, C:\EMIEService\. 1. Open File Explorer and go to EMIEWebPortal.SchedulerService\EMIEWebPortal.SchedulerService in your deployment directory, and then copy the **App_Data**, **bin**, and **Logs** folders to a separate folder. For example, C:\EMIEService\.
>[!Important] >[!Important]
>If you can't find the **bin** and **Logs** folders, you probably haven't built the Visual Studio solution. Building the solution creates the folders and files. >If you can't find the **bin** and **Logs** folders, you probably haven't built the Visual Studio solution. Building the solution creates the folders and files.
2. In Visual Studio start the Developer Command Prompt as an administrator, and then change the directory to the location of the InstallUtil.exe file. For example _C:\Windows\Microsoft.NET\Framework\v4.0.30319_. 2. In Visual Studio start the Developer Command Prompt as an administrator, and then change the directory to the location of the InstallUtil.exe file. For example, _C:\Windows\Microsoft.NET\Framework\v4.0.30319_.
3. Run the command, `InstallUtil "<path_to_service>"`. For example, _InstallUtil "C:\EMIEService\bin\Debug\EMIEWebPortal.SchedulerService.exe"._ 3. Run the command, `InstallUtil "<path_to_service>"`. For example, _InstallUtil "C:\EMIEService\bin\Debug\EMIEWebPortal.SchedulerService.exe"._

View File

@ -25,7 +25,7 @@ The Requester tests the changes in the production environment and then goes back
**To verify the changes and sign off** **To verify the changes and sign off**
- On the **Production verification** page, the Requester clicks **Successful**, optionally includes any attachments (only .jpeg, .png, .jpg and .txt files are allowed) to support the testing results, optionally includes a description of the change, and then clicks **Sign off**. - On the **Production verification** page, the Requester clicks **Successful**, optionally includes any attachments (only .jpeg, .png, .jpg and .txt files are allowed) to support the testing results, optionally includes a description of the change, and then clicks **Sign off**.
The Requester, Approver group, and Administrator group all get an email, stating that the change request has been signed off. The Requester, Approver group, and Administrator group all get an email, stating that the change request has been signed off.
**To rollback production changes** **To rollback production changes**

View File

@ -34,7 +34,7 @@ Administrators can view the Microsoft-provided Enterprise Mode reports from the
- **Total number of websites in the site list.** A box at the top of the reports page that tells you the total number of websites included in the Enterprise Mode Sit List. - **Total number of websites in the site list.** A box at the top of the reports page that tells you the total number of websites included in the Enterprise Mode Sit List.
- **All websites by docmode.** Shows how many change requests exist, based on the different doc modes entered into the **App best viewed in** field. - **All websites by docmode.** Shows how many change requests exist, based on the different doc modes included in the **App best viewed in** field.
- **All websites by browser.** Shows how many apps require which browser, including **IE11**, **MSEdge**, or **None**. - **All websites by browser.** Shows how many apps require which browser, including **IE11**, **MSEdge**, or **None**.
@ -47,5 +47,3 @@ Administrators can view the Microsoft-provided Enterprise Mode reports from the
- **Reasons for request.** Shows how many change request reasons exist, based on the **Reason for request** field. - **Reasons for request.** Shows how many change request reasons exist, based on the **Reason for request** field.
- **Requested changes by app name.** Shows what specific apps were **Added to site list**, **Deleted from site list**, or **Updated from site list**. - **Requested changes by app name.** Shows what specific apps were **Added to site list**, **Deleted from site list**, or **Updated from site list**.

View File

@ -31,6 +31,7 @@ Use the topics in this section to learn how to perform the available Enterprise
|[Schedule approved change requests for production using the Enterprise Mode Site List Portal](schedule-production-change-enterprise-mode-portal.md)|Details about how the Requester schedules the approved change request update in the Enterprise Mode Site List Portal.| |[Schedule approved change requests for production using the Enterprise Mode Site List Portal](schedule-production-change-enterprise-mode-portal.md)|Details about how the Requester schedules the approved change request update in the Enterprise Mode Site List Portal.|
|[Verify the change request update in the production environment using the Enterprise Mode Site List Portal](verify-changes-production-enterprise-mode-portal.md)|Details about how the Requester tests an update in the production environment of the Enterprise Mode Site List Portal.| |[Verify the change request update in the production environment using the Enterprise Mode Site List Portal](verify-changes-production-enterprise-mode-portal.md)|Details about how the Requester tests an update in the production environment of the Enterprise Mode Site List Portal.|
|[View the apps currently on the Enterprise Mode Site List](view-apps-enterprise-mode-site-list.md)|Details about how anyone with access to the portal can review the apps already on the active Enterprise Mode Site List.| |[View the apps currently on the Enterprise Mode Site List](view-apps-enterprise-mode-site-list.md)|Details about how anyone with access to the portal can review the apps already on the active Enterprise Mode Site List.|
|[View the available Enterprise Mode reports from the Enterprise Mode Site List Portal](view-enterprise-mode-reports-for-portal.md) |Details about how the Administrator can view the view the Microsoft-provided Enterprise Mode reports from the Enterprise Mode Site List Portal. |
## Related topics ## Related topics