windows server

  1. K

    How to manage multiple php versions on Windows server?

    If your website supports another version or feature of PHP then you have to install that version on your server too. In this article you can learn about managing multiple PHP version on sserver. First download latest PHP version As you know you will get default PHP 5.x version on windows...
  2. K

    Steps to start/stop application pool in Windows server

    You can follow below steps to start/stop application pool in IIS: Login to Windows VPS server. Click on IIS Manager to open it. On the left side panel you have to click on “Application Pools”. Here you can right choose particular domain for which you have to start/stop pool. On the right side...
  3. K

    Steps to configure passive port range on Windows server

    In this article you can learn to configure port range on windows server. Open IIS Manager and here you have to click on Connections pane. You have to click on Server tree to expand all options. On the right side of screen you will find “FTP Firewall Support icon”. A new window will open where...
  4. K

    How to enable or disable multiple RDP sessions?

    Most of the times by default you will get single Remote desktop session but if you want to make them multiple you just have to follow below steps: Login to Remote Desktop server. Now press window key and search for gpedit.msc and click on it. Navigate to Computer Configuration >> Administrative...
  5. K

    Steps to assign new static IP on Windows server

    You can follow below steps to assign additional IP Address on server: Go to the Settings >> Network and internet settings. Now you will find “Ethernet” option, click on it. You will find new option “Change Adapter”. You have to right click on the interface which you want to configure and then...
  6. K

    Steps to change the listening port in Remote desktop

    We can change that listening port from which Remote Desktop feature hear the connection request. By default listening port is 3389 and if we want to change the it then first we have to modify the registry. You can follow the below steps to change the port: You have to modify the registry and...
  7. K

    How to run ASP.NET page on windows server?

    First thing you have to keep in mind that .Net framework installed on your server. Now you just have to activate asp.net for your domain. Login to server. Navigate to IIS. Click on your domain for which you want to activate .net and then select Properties option. Now in Home Directory tab you...
  8. K

    Steps to add IP address on windows server via command line interface

    Login to RDP plesk server. Click on start button and open command prompt by right click on it. After that select “Run as Administrator”. Here you have to use Plesk bin ipmanage command. You have to add 203.13.11.2 IP address with 255.255.255.0 subnet mask and your IP address type is shared...
  9. bhawanisingh

    How to Secure PHP on Windows Server?

    Understanding PHP: PHP stands for Hypertext Pre-processor. It is a widely used open source common purpose scripting language which is particularly meant for web development. It can be rooted into HTML. The PHP works in a way that it produces the custom-built web information’s from receiver to...
Top