Skip to content

Commit

Permalink
[Bulk] Validation-Missing-Alttext1 (#682)
Browse files Browse the repository at this point in the history
* New changes

* New changes2

* Changes2

* Changes3

* changes5

* Changes6
  • Loading branch information
Roudabeh1348 authored Mar 18, 2022
1 parent a14cde9 commit 364fc95
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ The `<applicationPools>` collection is included in the default installation of I
2. In the **Connections** pane, expand the server name, and then click **Application Pools**.
3. In the **Application Pools** pane, select the application pool you want edit.
4. In the **Actions** pane, click **Recycling...**
[![](index/_static/image2.png)](index/_static/image1.png)
[![Image of Application Pools pane showing Default App Pool highlighted.](index/_static/image2.png)](index/_static/image1.png)
5. On the Recycling Conditions page of the Edit Application Pool Recycling Settings Wizard, select at least one of the options in the **Fixed Intervals** section, type values into the appropriate text boxes, and then click **Next**.
[![](index/_static/image4.png)](index/_static/image3.png)
[![Screenshot of Recycling Conditions page in Edit Application Pool Recycling Settings Wizard.](index/_static/image4.png)](index/_static/image3.png)
6. (Optional) On the Recycling Events to Log page of the Edit Application Pool Recycling Settings Wizard, select the configurable recycling events and run-time recycling events that you want IIS to send to the event log when they occur, and then click **Finish**.
[![](index/_static/image6.png)](index/_static/image5.png)
[![Image of Recycling Events to Log page in Edit Application Pool Recycling Settings Wizard.](index/_static/image6.png)](index/_static/image5.png)

<a id="005"></a>
## Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will need to select **FTP Extensibility**, in addition to **FTP Service**.
[![](index/_static/image2.png)](index/_static/image1.png) .
[![Image of Server Roles page in the Add Roles and Features Wizard with Web Server I I S pane expanded and F T P Extensibility selected.](index/_static/image2.png)](index/_static/image1.png) .
5. Click **Next**, and then on the **Select features** page, click **Next** again.
6. On the **Confirm installation selections** page, click **Install**.
7. On the **Results** page, click **Close**.
Expand All @@ -74,7 +74,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will also need to select **FTP Extensibility**.
[![](index/_static/image4.png)](index/_static/image3.png)
[![Image of Internet Information Services and F T P Server pane expanded and F T P Extensibility selected.](index/_static/image4.png)](index/_static/image3.png)
4. Click **OK**.
5. Click **Close**.

Expand All @@ -88,7 +88,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will also need to select **FTP Extensibility**.
[![](index/_static/image6.png)](index/_static/image5.png)
[![Screenshot of Select Role Services in Add Role Services Wizard with F T P Server pane expanded and F T P Service highlighted.](index/_static/image6.png)](index/_static/image5.png)
6. Click **Next**.
7. On the **Confirm Installation Selections** page, click **Install**.
8. On the **Results** page, click **Close**.
Expand All @@ -102,7 +102,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will also need to select **FTP Extensibility**.
[![](index/_static/image8.png)](index/_static/image7.png)
[![Screenshot of Internet Information Services and F T P Server pane expanded and F T P Extensibility selected.](index/_static/image8.png)](index/_static/image7.png)
5. Click **OK**.

### Windows Server 2008 or Windows Vista
Expand Down Expand Up @@ -139,7 +139,7 @@ To support FTP publishing for your Web server, you must install the FTP service.
3. In the site's **Home** pane, double-click the **FTP Authentication** feature.
4. On the **FTP Authentication** page, select **Anonymous Authentication**.
5. In the **Actions** pane, click **Enable** to enable Anonymous authentication or click **Disable** to disable Anonymous authentication.
[![](index/_static/image10.png)](index/_static/image9.png)
[![Image of F T P Authentication page showing Anonymous Authentication option selected.](index/_static/image10.png)](index/_static/image9.png)

* * *

Expand Down Expand Up @@ -171,7 +171,7 @@ To support FTP publishing for your Web server, you must install the FTP service.
- Click the ellipsis (**...**) button, and then navigate to the folder that contains the content for your FTP site.
- Type in the path to your content folder in the box. Note that if you choose to type the path, you can use environment variables in your paths. For example, you can use "%*SystemDrive*%\inetpub\ftproot" for your content directory.
- When you have completed these items, click **Next**.
[![](index/_static/image12.png)](index/_static/image11.png)
[![Image of Site Information in Add F T P Site Wizard displaying My New F T P Site typed in the F T P site name field.](index/_static/image12.png)](index/_static/image11.png)
5. On the second page of the **Add FTP Site** wizard:

- Choose an IP address for your FTP site from the **IP Address** drop-down, or choose to accept the default selection of "All Unassigned."
Expand All @@ -184,14 +184,14 @@ To support FTP publishing for your Web server, you must install the FTP service.
- Select **Require SSL** to allow FTP clients to always use FTP over SSL when they connect with the FTP server.
- If you choose **Allow SSL** or **Require SSL**, choose a certificate from the **SSL Certificate** drop-down menu.
- When you have completed these items, click **Next**.
[![](index/_static/image14.png)](index/_static/image13.png)
[![Image of Binding and S S L Settings in Add F T P Site Wizard showing I P Address chosen from drop down list.](index/_static/image14.png)](index/_static/image13.png)
6. On the next page of the wizard:

- Select **Anonymous** for the **Authentication** settings.
- For the **Authorization** settings, choose "Anonymous users" from the **Allow access to** drop-down.
- Select **Read** for the **Permissions** option.
- When you have completed these items, click **Finish**.
[![](index/_static/image16.png)](index/_static/image15.png)
[![Image of Authentication and Authorization settings in Add F T P Wizard with Anonymous option selected.](index/_static/image16.png)](index/_static/image15.png)

* * *

Expand All @@ -216,7 +216,7 @@ To support FTP publishing for your Web server, you must install the FTP service.
2. In the **Connections** pane, expand the server name, expand the **Sites** node, and then click the name of the site.
3. In the site's **Home** pane, double-click the **FTP Authentication** feature.
4. On the **FTP Authentication** page, select **Basic Authentication**.
[![](index/_static/image18.png)](index/_static/image17.png)
[![Image of F T P Authentication displaying Basic Authentication selected.](index/_static/image18.png)](index/_static/image17.png)
5. In the **Actions** pane, click **Enable** to enable Basic authentication or click **Disable** to disable Basic authentication.

* * *
Expand Down Expand Up @@ -249,7 +249,7 @@ To support FTP publishing for your Web server, you must install the FTP service.
- Click the ellipsis (**...**) button, and then navigate to the folder that contains the content for your FTP site.
- Type in the path to your content folder in the box. Note that if you choose to type the path, you can use environment variables in your paths. For example, you can use &quot;%*SystemDrive*%\inetpub\ftproot&quot; for your content directory.
- When you have completed these items, click **Next**.
[![](index/_static/image20.png)](index/_static/image19.png)
[![Screenshot of Site Information in Add F T P Site Wizard displaying My New F T P Site typed in the F T P site name box.](index/_static/image20.png)](index/_static/image19.png)
5. On the second page of the **Add FTP Site** wizard:

- Choose an IP address for your FTP site from the **IP Address** drop-down, or choose to accept the default selection of &quot;All Unassigned.&quot;
Expand All @@ -262,14 +262,14 @@ To support FTP publishing for your Web server, you must install the FTP service.
- Select **Require SSL** to allow FTP clients to always use FTP over SSL when they connect with the FTP server.
- If you choose **Allow SSL** or **Require SSL**, choose a certificate from the **SSL Certificate** drop-down menu.
- When you have completed these items, click **Next**.
[![](index/_static/image22.png)](index/_static/image21.png)
[![Screenshot of Binding and S S L Settings page in Add F T P Site Wizard showing I P Address chosen from the drop down menu.](index/_static/image22.png)](index/_static/image21.png)
6. On the next page of the wizard:

- Select **Basic** for the **Authentication** settings.
- For the **Authorization** settings, choose &quot;Specified users&quot; from the **Allow access to** drop-down, and enter an account name in the box below the drop-down menu.
- Select **Read** and **Write** for the **Permissions** option.
- When you have completed these items, click **Finish**.
[![](index/_static/image24.png)](index/_static/image23.png)
[![Screenshot of Authentication and Authorization Settings in Add F T P Site Wizard showing Basic option selected for Authentication.](index/_static/image24.png)](index/_static/image23.png)

<a id="005"></a>
## Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will need to select **FTP Extensibility**, in addition to **FTP Service**.
[![](dataChannelSecurity/_static/image2.png)](dataChannelSecurity/_static/image1.png) .
[![Screenshot of F T P Server and Web Server I I S pane expanded and F T P Extensibility selected.](dataChannelSecurity/_static/image2.png)](dataChannelSecurity/_static/image1.png) .
5. Click **Next**, and then on the **Select features** page, click **Next** again.
6. On the **Confirm installation selections** page, click **Install**.
7. On the **Results** page, click **Close**.
Expand All @@ -65,7 +65,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will also need to select **FTP Extensibility**.
[![](dataChannelSecurity/_static/image4.png)](dataChannelSecurity/_static/image3.png)
[![Image of Internet Information Services and F T P Server pane expanded and F T P Extensibility highlighted.](dataChannelSecurity/_static/image4.png)](dataChannelSecurity/_static/image3.png)
4. Click **OK**.
5. Click **Close**.

Expand All @@ -79,7 +79,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will also need to select **FTP Extensibility**.
[![](dataChannelSecurity/_static/image6.png)](dataChannelSecurity/_static/image5.png)
[![Image of Select Role Services page of the Add Role Services Wizard with F T P Server pane expanded and F T P Service selected.](dataChannelSecurity/_static/image6.png)](dataChannelSecurity/_static/image5.png)
6. Click **Next**.
7. On the **Confirm Installation Selections** page, click **Install**.
8. On the **Results** page, click **Close**.
Expand All @@ -93,7 +93,7 @@ To support FTP publishing for your Web server, you must install the FTP service.

> [!NOTE]
> To support ASP.Membership authentication or IIS Manager authentication for the FTP service, you will also need to select **FTP Extensibility**.
[![](dataChannelSecurity/_static/image8.png)](dataChannelSecurity/_static/image7.png)
[![Image of Internet Information Services and F T P Server pane expanded with F T P Extensibility and F T P Service selected.](dataChannelSecurity/_static/image8.png)](dataChannelSecurity/_static/image7.png)
5. Click **OK**.

### Windows Server 2008 or Windows Vista
Expand Down
Loading

0 comments on commit 364fc95

Please sign in to comment.