iis 7

  1. K

    Steps to configure FTP user isolation in IIS 7

    You can follow below steps to configure FTP user isolation: Login to Windows VPS server. Here click on “IIS Manager” and click on “Sites” to expand all hosted sites. Click on particular website and click on “FTP User Isolation” icon. In the next screen you will find 5 different options, you can...
  2. K

    Steps to know the Backup/Restore in IIS 7 Configuration

    You can run below command to backup IIS configuration: %windir%\system32\inetsrv\appcmd.exe add backup "Backup-Name" If you want to restore IIS configuration file backup then you can run below command: %windir%\system32\inetsrv\appcmd.exe restore backup "Backup-Name" You can check all the...
  3. K

    Steps to manage website redirection in IIS 7

    You can check below steps to redirect website in IIS. Login to Windows VPS server. Navigate to Start >> Administrative Tools >> Internet Information Services (IIS) Manager. Click on the server name in the left side of your screen and then click on “Sites” Now choose your particular domain and...
  4. K

    Steps to manage periodic recycling in IIS 7

    You can follow below steps to manage periodic recycling: First login to Windows VPS server. Navigate to Start >> Administrative Tools >> IIS. Click on “Server name” in left hand side. After that click on Application Pools and you can view all the hosted websites in the list. Click on particular...
  5. K

    Do you get HTTP Error 403.14 – Forbidden often in IIS webpage?

    Whenever you open the webpage IIS, you will get error messages such as “Web server is configured to not list the contents of this directory”. The below-mentioned is the technical message you will get when you visit a website hosted by the version in the latest of IIS. Server Error in...
  6. bhawanisingh

    Steps to change Application pool in IIS 7

    Application pools are a great way to isolate applications from one another even when they share the same server. This ensures a bug in one app won’t directly affect any other apps associated with it. But many a times server admins feel the need to change application pool for an application...
Top