diff --git a/aspnetmvc/Introduction.md b/aspnetmvc/Introduction.md
index 51bc17b4..824a4f58 100644
--- a/aspnetmvc/Introduction.md
+++ b/aspnetmvc/Introduction.md
@@ -16,16 +16,16 @@ The **Syncfusion Essential Studio for ASP.NET MVC** is a set of server-side wrap
## How to best read this User Guide
* The best way to get started is to read the common “[Getting Started](/aspnetmvc/getting-started)” document for the component that you would like to start using first. The “Getting Started” guide gives enough information that you need to know before starting to write code. This is the only section that is recommended to read end-to-end before starting to write code, all the other information can be referred when needed.
-* Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](https://mvc.syncfusion.com/demos/web) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
+* Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
* After integrating the component into your application using one of the sample code snippets as a starting point, it is likely that you would need additional information on specific features and API. The best option will be to search a specific topic using the search box that is available at the top of the user guide.
* Another valuable resource is the [API reference](https://help.syncfusion.com/cr/aspnetmvc/dociohelper) that provides detailed information on the object hierarchy as well as the settings available on every object.
## Additional Help Resources
-* The [Knowledge Base](https://www.syncfusion.com/kb/aspnetmvc) section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
-* Similar to the [Knowledge Base](https://www.syncfusion.com/kb/aspnetmvc), the [forum](https://www.syncfusion.com/forums/aspnetmvc) section also contains responses to questions that other customers have asked us before.
+* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/89) section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
+* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/89), the [forum](https://www.syncfusion.com/forums/aspnetmvc) section also contains responses to questions that other customers have asked us before.
## Create a Support Incident
-If you are still not able to find the information that you are looking for in the self-help resources mentioned above, please [contact us](https://www.syncfusion.com/support) by creating a support ticket.
+If you are still not able to find the information that you are looking for in the self-help resources mentioned above, please [contact us](https://support.syncfusion.com/) by creating a support ticket.
diff --git a/aspnetmvc/Licensing/how-to-generate.md b/aspnetmvc/Licensing/how-to-generate.md
index cf040c48..44c7a0a0 100644
--- a/aspnetmvc/Licensing/how-to-generate.md
+++ b/aspnetmvc/Licensing/how-to-generate.md
@@ -13,8 +13,8 @@ License keys for ASP.NET MVC can be generated from the [License & Downloads](htt

-I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform.
-* Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application.
+I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://support.syncfusion.com/kb/article/7898/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform.
+* Refer this [KB](https://support.syncfusion.com/kb/article/7865/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application.
## See Also
diff --git a/aspnetmvc/Licensing/overview.md b/aspnetmvc/Licensing/overview.md
index 96e5eea7..719cd085 100644
--- a/aspnetmvc/Licensing/overview.md
+++ b/aspnetmvc/Licensing/overview.md
@@ -23,7 +23,7 @@ We have introduced a new licensing system starting with version 16.2.0.x release
## Difference between unlock key and license key
-Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website. Refer [this](https://www.syncfusion.com/kb/8950/difference-between-the-unlock-key-and-licensing-key) KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key.
+Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website. Refer [this](https://support.syncfusion.com/kb/article/7863/difference-between-the-unlock-key-and-licensing-key) KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key.
Following licensing error will be shown if the license key is not registered in your projects, while using assemblies from evaluation installer or from the nuget.org.
diff --git a/aspnetmvc/Unobtrusive.md b/aspnetmvc/Unobtrusive.md
index 6f6c6260..f7c9a41e 100644
--- a/aspnetmvc/Unobtrusive.md
+++ b/aspnetmvc/Unobtrusive.md
@@ -9,7 +9,7 @@ documentation: ug
# Unobtrusive
-Many uncertainties and difficulties are involved in a usual **JavaScript programming** environment, like some of the browsers may ignore the JavaScript codes under the scripts section completely or partially due to its complexity, and so on. To overcome all such inconveniences, the [Unobtrusive JavaScript](http://www.w3.org/wiki/The_principles_of_unobtrusive_JavaScript) support has been introduced to make it easier for the users to create all our Syncfusion components with basic level HTML tag-like structure.
+Many uncertainties and difficulties are involved in a usual **JavaScript programming** environment, like some of the browsers may ignore the JavaScript codes under the scripts section completely or partially due to its complexity, and so on. To overcome all such inconveniences, the [Unobtrusive JavaScript](https://www.w3.org/wiki/The_principles_of_unobtrusive_JavaScript) support has been introduced to make it easier for the users to create all our Syncfusion components with basic level HTML tag-like structure.
One of the main goal of the unobtrusive support is to achieve the clear separation of both the HTML content and behavior, so as to enhance the page loading time and to make the code updation easier. The **Essential JavaScript** have separate integration library to achieve the **Unobtrusive JS** support. To make use of Unobtrusive support with our Essential JavaScript components, it is necessary to refer to the **ej.unobtrusive.min.js** file in your application.
@@ -88,7 +88,7 @@ Render the DropDownList control as follows in your view page and enable the unob
When the above code is executed on the browser, the DropDownList control will be rendered with the following equivalent HTML DOM attributes created for it.
-
+
## Enabling Client Side Validation
@@ -125,7 +125,7 @@ Four sets of files are needed to implement the Unobtrusive.
• The Unobtrusive extensions to Validate
• Ej unobtrusive library
-
+
Refer the above mentioned necessary scripts files in your layout.cshtml page.
@@ -198,7 +198,7 @@ The view is created as in the following code snippet:
When the above code is executed on the browser, the DropDownList control will be rendered with the following equivalent HTML DOM attributes created for it.
-
+
Now, some interesting new attributes are there to look at:
• data-val specifies that the DropDownList needs validation.
diff --git a/aspnetmvc/installation/web-installer/how-to-download.md b/aspnetmvc/installation/web-installer/how-to-download.md
index 06d89ebb..c13bda2d 100644
--- a/aspnetmvc/installation/web-installer/how-to-download.md
+++ b/aspnetmvc/installation/web-installer/how-to-download.md
@@ -30,8 +30,8 @@ Our 30-day trial can be downloaded in two ways.

3. With a trial license, only the latest version’s trial installer can be downloaded.
-4. After downloading, the Syncfusion ASP.NET MVC (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
-5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in belowscreenshot.)
+4. After downloading, the Syncfusion ASP.NET MVC (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
+5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/login) page (as shown in belowscreenshot.)
6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET MVC web installer.

@@ -41,9 +41,9 @@ Our 30-day trial can be downloaded in two ways.
You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
-1. You can start your 30-day free trial for ASP.NET MVC from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
+1. You can start your 30-day free trial for ASP.NET MVC from the [Start Trial](https://www.syncfusion.com/account/login) page from your account.
- N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/overview).
+ N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/login) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/overview).

@@ -52,25 +52,25 @@ You should initiate an evaluation if you have already obtained our components th
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
-4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate) here at any time before the trial period expires. (as shown in belowscreenshot.)
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/login) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate) here at any time before the trial period expires. (as shown in belowscreenshot.)

-5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
+5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/login) page.
## Download the License Version
-1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
+1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/login) page under your registered Syncfusion account.
2. You can view all the licenses (both active and expired) associated with your account.
3. Click the Download (element 1 in the screenshot below) button to download the respective product’s installer.
4. The most recent version of the installer will be downloaded from this page.
-5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/downloads/studio) (element 2 in the screenshot below).
+5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/login) (element 2 in the screenshot below).
6. You can download other platform\add-on installers by going to More Downloads Options (element 3 in the screenshot below).

-7. Before the license expires, you can download the installer at any time from your registered account’s [License & Downloads](https://www.syncfusion.com/account/downloads) page (See the screenshot below.)
+7. Before the license expires, you can download the installer at any time from your registered account’s [License & Downloads](https://www.syncfusion.com/account/login) page (See the screenshot below.)

diff --git a/aspnetmvc/installation/web-installer/how-to-install.md b/aspnetmvc/installation/web-installer/how-to-install.md
index 7be687c9..fac266e3 100644
--- a/aspnetmvc/installation/web-installer/how-to-install.md
+++ b/aspnetmvc/installation/web-installer/how-to-install.md
@@ -13,7 +13,7 @@ documentation: ug
## Overview
-For the Essential Studio ASP.NET MVC product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/downloads/latest-version).
+For the Essential Studio ASP.NET MVC product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/account/login).
## Installation
@@ -22,57 +22,57 @@ The steps below show how to install Essential Studio ASP.NET MVC Web Installer.
1. Open the Syncfusion Essential Studio ASP.NET MVC Web Installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package.
- 
+ 
N> The installer wizard extracts the syncfusionessentialaspnetmvc-js1webinstaller_{version}.exe dialog, which displays the package's unzip operation.
2. The Syncfusion ASP.NET MVC Web Installer's welcome wizard will be displayed. Click the Next button.
- 
+ 
3. The Platform Selection Wizard will appear. From the **Available** tab, select the products to be installed. Select the **Install All** checkbox to install all products.
**Available**
- 
+ 
If you have multiple products installed in the same version, they will be listed under the **Installed** tab. You can also select which products to uninstall from the same version. Click the Next button.
**Installed**
- 
+ 
I> If the required software for the selected product isn't already installed, the **Additional Software Required** alert will appear. You can, however, continue the installation and install the necessary software later.
**Required Software**
- 
+ 
4. If previous version(s) for the selected products are installed, the Uninstall previous version wizard will be displayed. You can see the list of previously installed versions for the products you've chosen here. To remove all versions, check the **Uninstall All** checkbox. Click the Next button.
- 
+ 
N> From the 2021 Volume 1 release, Syncfusion has provided option to uninstall the previous versions from 18.1 while installing the new version.
5. Pop up screen will be displayed to get the confirmation to uninstall selected previous versions.
- 
+ 
6. The Confirmation Wizard will appear with the list of products to be installed/uninstalled. You can view and modify the list of products that will be installed and uninstalled from this page.
- 
+ 
N> By clicking the **Download Size and Installation** Size links, you can determine the approximate size of the download and installation
7. The Configuration Wizard will appear. You can change the Download, Install, and Demos locations from here. You can also change the Additional settings on a product-by-product basis. Click Next to install with the default settings.
- 
+ 
**Additional settings**
@@ -88,23 +88,23 @@ The steps below show how to install Essential Studio ASP.NET MVC Web Installer.
9. The login wizard will appear. You must enter your Syncfusion email address and password. If you do not already have a Syncfusion account, you can create one by clicking on **Create an Account**. If you have forgotten your password, click **Forgot Password** to create a new one. Click the Install button.
- 
+ 
I> The products you have chosen will be installed based on your Syncfusion License (Trial or Licensed).
10. The download and installation\uninstallation progress will be displayed as shown below.
- 
+ 
11. When the installation is finished, the **Summary** wizard will appear. Here you can see the list of products that have been installed successfully and those that have failed. To close the Summary wizard, click Finish.
- 
+ 
* To open the Syncfusion Control Panel, click **Launch Control Panel**.
12. After installation, there will be two Syncfusion control panel entries, as shown below. The Essential Studio entry will manage all Syncfusion products installed in the same version, while the Product entry will only uninstall the specific product setup.
- 
+ 
@@ -121,66 +121,66 @@ Follow either one of the option below to uninstall Syncfusion Essential Studio A
Syncfusion provides the option to uninstall products of the same version directly from the Web Installer application. Select the products to be uninstalled from the list, and Web Installer will uninstall them one by one.
-
+
**Option 2: Uninstall the ASP.NET MVC from Windows Control Panel**
You can uninstall all the installed products by selecting the **Syncfusion Essential Studio {version}** entry (element 1 in the below screenshot) from the Windows control panel, or you can uninstall ASP.NET MVC alone by selecting the **Syncfusion Essential Studio for ASP.NET MVC {version}** entry (element 2 in the below screenshot) from the Windows control panel.
-
+
N> If the **Syncfusion Essential Studio for ASP.NET MVC {version}** entry is selected from the Windows control panel, the Syncfusion Essential Studio ASP.NET MVC alone will be removed and the below default MSI uninstallation window will be displayed.
1. The Syncfusion ASP.NET MVC Web Installer's welcome wizard will be displayed. Click the Next button
- 
+ 
2. The Platform Selection Wizard will appear. From the **Installed** tab, select the products to be uninstalled. To select all products, check the **Uninstall All** checkbox. Click the Next button.
**Installed**
- 
+ 
You can also select the products to be installed from the **Available** tab.Click the Next button.
**Available**
- 
+ 
3. If any other products selected for installation, Uninstall previous version wizard will be displayed with previous version(s) installed for the selected products. Here you can view the list of installed previous versions for the selected products. Select **Uninstall All** checkbox to select all the versions. Click Next.
- 
+ 
4. Pop up screen will be displayed to get the confirmation to uninstall selected previous versions.
- 
+ 
5. The Confirmation Wizard will appear with the list of products to be installed/uninstalled. Here you can view and modify the list of products that will be installed/uninstalled.
- 
+ 
N> By clicking the **Download Size and Installation** Size links, you can determine the approximate size of the download and installation
6. The Configuration Wizard will appear. You can change the Download, Install, and Demos locations from here. You can also change the Additional settings on a product-by-product basis. Click Next to install with the default settings.
- 
+ 
7. After reading the License Terms and Conditions, check the **I agree to the License Terms and Privacy Policy** check box. Click the Next button.
8. The login wizard will appear. You must enter your Syncfusion email address and password. If you do not already have a Syncfusion account, you can create one by clicking on **Create an Account**. If you have forgotten your password, click **Forgot Password** to create a new one. Click the Install button.
- 
+ 
I> The products you have chosen will be installed based on your Syncfusion License (Trial or Licensed).
9. The download, installation, and uninstallation progresses will be shown.
- 
+ 
10. When the installation is finished, the **Summary** wizard will appear. Here you can see the list of products that have been successfully and unsuccessfully installed/uninstalled. To close the Summary wizard, click Finish.
- 
+ 
* To open the Syncfusion Control Panel, click **Launch Control Panel**.
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img25.png b/aspnetmvc/installation/web-installer/images/asp.net-mvc-installation-in-web-installer-platform-selection.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img25.png
rename to aspnetmvc/installation/web-installer/images/asp.net-mvc-installation-in-web-installer-platform-selection.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img10.png b/aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-for-Installation-steps-for-progress.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img10.png
rename to aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-for-Installation-steps-for-progress.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img17.png b/aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-for-progress-intallation.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img17.png
rename to aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-for-progress-intallation.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img18.png b/aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-in-summary-intallation-and-unistallation-steps.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img18.png
rename to aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-in-summary-intallation-and-unistallation-steps.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img1.png b/aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-installation-steps.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img1.png
rename to aspnetmvc/installation/web-installer/images/asp.net-mvc-web-installer-installation-steps.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img20.png b/aspnetmvc/installation/web-installer/images/existing-installed-version-uninstalled-in-asp.net-mvc-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img20.png
rename to aspnetmvc/installation/web-installer/images/existing-installed-version-uninstalled-in-asp.net-mvc-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img23.png b/aspnetmvc/installation/web-installer/images/install-asp.net-mvc-web-installer-sample-location.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img23.png
rename to aspnetmvc/installation/web-installer/images/install-asp.net-mvc-web-installer-sample-location.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img4.png b/aspnetmvc/installation/web-installer/images/install-uninstall-platform-selection-in-asp.net-mvc-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img4.png
rename to aspnetmvc/installation/web-installer/images/install-uninstall-platform-selection-in-asp.net-mvc-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img11.png b/aspnetmvc/installation/web-installer/images/installation-asp.net-mvc-web-installer-summary.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img11.png
rename to aspnetmvc/installation/web-installer/images/installation-asp.net-mvc-web-installer-summary.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img15.png b/aspnetmvc/installation/web-installer/images/installation-inasp.net-mvc-web-installer-confirmation.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img15.png
rename to aspnetmvc/installation/web-installer/images/installation-inasp.net-mvc-web-installer-confirmation.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img3.png b/aspnetmvc/installation/web-installer/images/installation-of-asp.net-mvc-in-web-installer-platform.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img3.png
rename to aspnetmvc/installation/web-installer/images/installation-of-asp.net-mvc-in-web-installer-platform.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img8.png b/aspnetmvc/installation/web-installer/images/installation-of-sample-location-for-asp.net-mvc-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img8.png
rename to aspnetmvc/installation/web-installer/images/installation-of-sample-location-for-asp.net-mvc-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img14.png b/aspnetmvc/installation/web-installer/images/installed-summary-unistallation-in-asp.net-mvc-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img14.png
rename to aspnetmvc/installation/web-installer/images/installed-summary-unistallation-in-asp.net-mvc-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img19.png b/aspnetmvc/installation/web-installer/images/intallation-in-control-panel-for-asp.net-mvc-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img19.png
rename to aspnetmvc/installation/web-installer/images/intallation-in-control-panel-for-asp.net-mvc-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img9.png b/aspnetmvc/installation/web-installer/images/login-in-asp.net-mvc-web-installer-installation.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img9.png
rename to aspnetmvc/installation/web-installer/images/login-in-asp.net-mvc-web-installer-installation.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img21.png b/aspnetmvc/installation/web-installer/images/previous-version-uninstalled-popup-wit-asp.net-mvc-in-web installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img21.png
rename to aspnetmvc/installation/web-installer/images/previous-version-uninstalled-popup-wit-asp.net-mvc-in-web installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img5.png b/aspnetmvc/installation/web-installer/images/software-installation-for-asp.net-mvc-in-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img5.png
rename to aspnetmvc/installation/web-installer/images/software-installation-for-asp.net-mvc-in-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img22.png b/aspnetmvc/installation/web-installer/images/uninstall-the-installed-asp.net-mvc-control-panel-in-web-installer.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img22.png
rename to aspnetmvc/installation/web-installer/images/uninstall-the-installed-asp.net-mvc-control-panel-in-web-installer.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img26.png b/aspnetmvc/installation/web-installer/images/uninstallation-of-asp.net-mvc-in-web-installer-of-existing-version.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img26.png
rename to aspnetmvc/installation/web-installer/images/uninstallation-of-asp.net-mvc-in-web-installer-of-existing-version.png
diff --git a/aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img2.png b/aspnetmvc/installation/web-installer/images/wizard-installation-in-asp.net-mvc-web-installer-popup-window.png
similarity index 100%
rename from aspnetmvc/installation/web-installer/images/Step-by-Step-Installation_img2.png
rename to aspnetmvc/installation/web-installer/images/wizard-installation-in-asp.net-mvc-web-installer-popup-window.png