Would you like to learn how to install the ASP extension on a computer running the IIS server? In this tutorial, we are going to show you how to install the IIS service and enable the ASP extension on a computer running Windows.
• Windows 2012 R2
• Windows 2016
• Windows 2019
Windows Playlist:
On this page, we offer quick access to a list of videos related to Windows installation.
Don’t forget to subscribe to our youtube channel named FKIT.
Windows Tutorial:
On this page, we offer quick access to a list of Windows tutorials.
Tutorial – IIS Installation
Open the Server Manager application.
Access the Manage menu and click on Add roles and features.
![Windows 2012 add role Windows 2012 add role](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2018/08/Windows-2012-add-role-1.webp)
On the Server Roles screen, select the option named: Web Server IIS.
Click on the Next button.
![IIS Installation IIS Installation](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2018/08/IIS-Installation.webp)
On the following screen, click on the Add features button.
![IIS Features IIS Features](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2018/08/IIS-Features.webp)
On the Features screen, click on the Next button.
![Windows 2012 – Features Windows 2012 - Features](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/Windows-2012-Features.webp)
On the Role service screen, click on the Next button.
![IIS – Role Service IIS - Role Service](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/IIS-Role-Service.webp)
On the Summary screen, click on the Install button.
![IIS installation summary IIS installation summary](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/IIS-installation-summary.webp)
Congratulations! you have finished the IIS service installation on a computer running Windows 2012.
Tutorial IIS – Enabling the ASP Extension
Open the Server Manager application.
Access the Manage menu and click on Add roles and features.
![Windows 2012 add role Windows 2012 add role](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2018/08/Windows-2012-add-role-1.webp)
On the Server Roles screen, expand the entry named: Web Server IIS.
Access the Application development menu and select the option named: ASP
Click on the Next button.
![ASP Install IIS ASP Install IIS](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/ASP-Install-IIS.webp)
On the following screen, click on the Add features button.
![IIS ASP Add features IIS ASP Add features](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/IIS-ASP-Add-features.webp)
On the Features screen, click on the Next button.
![Windows 2012 – Features Windows 2012 - Features](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/Windows-2012-Features.webp)
On the Summary screen, click on the Install button.
![Enabling ASP IIS Enabling ASP IIS](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/Enabling-ASP-IIS.webp)
Congratulations! you have finished the ASP installation on IIS.
Tutorial IIS – Creating an ASP page
Start a new DOS command-line prompt.
![Windows DOS Prompt Windows DOS Prompt](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/Windows-DOS-Prompt.webp)
Access the IIS root directory.
Create an ASP test page.
Open your browser and enter the IP address of your web server plus /test.asp.
In our example, the following URL was entered in the Browser:
• http://172.31.7.220/test.asp
The ASP page should display the date and time.
![IIS ASP Test IIS ASP Test](https://d1ny9casiyy5u5.cloudfront.net/wp-content/uploads/2020/07/IIS-ASP-Test.webp)
Congratulations! The ASP extension was installed successfully on IIS.