• How to manually create a web site in Windows 2003 (Dedicated & VPS servers)

    This tutorial will show you how to configure a web site in IIS on your dedicated server or VPS server.This tutorial assumes you are not using a control panel system such as Helm or Plesk (if you are you should create the web site through your control panel directly)Open a Remote Desktop connection to your […]

  • How to manually Create a Site & Application Pool Identity in IIS7

    We recommend running each web site on your server using its own application pool and identity (user)  The steps below demonstrate how to create an IUSR user, create a new application pool for the site, and create the web site. CREATE THE IUSER USER (WEB SITE IDENTITY): To create the web site user, go to […]

  • How to enable the Disk Cleanup tool on Windows Server 2008 R2

    For some odd reason Microsoft decided to leave this feature disabled by default, and place it within a optional feature set called "Desktop Experience." If your hard drive is getting full, and you wish to do a disk cleanup, there are two ways to enable the Disk Cleanup tool.  We recommend using Option #2 below […]

  • How do I connect to the console port of my VPS?

    Some applications require you to install them via the console of a server. Since your windows VPS server is a virtual machine it has a virtual console that is remotely accessible via terminal services. To connect to the console port you’ll type the command:  mstsc /console /v IPADDRESS.   Where IPADDRESS is the IP address of the […]

  • How can I switch IIS from 64-bit mode to 32-bit or vice versa in a Windows VPS?

    IIS6 can support both 32-bit and 64-bit modes. To switch IIS mode, it is necessary to perform the following commands: To enable 32-bit mode: cscript %SYSTEMDRIVE%inetpubadminscriptsadsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 To enable 64-bit mode: cscript %SYSTEMDRIVE%inetpubadminscriptsadsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0 If you’re running an ASP.NET application you will also need to reconfigure ASP.NET Settings. Please note that ASP.NET […]

  • How can I switch ASP.NET between 32-bit and 64-bit modes?

    Please note that ASP.NET 1.1 only supports 32-bit mode. ASP.NET 2.0 and above supports both 32-bit mode and 64-bit mode but can not run both 32-bit and 64-bit mode at the same time. If you need to run both ASP.NET 1.1 and ASP.NET 2.0 based sites, you’ll have to run IIS in 32-bit mode.   […]

  • Configure Web Service Extensions (IIS 6.0)

    Configure Web Service Extensions (IIS 6.0)   In order to take a more proactive stance against malicious users and attackers, Internet Information Services (IIS) is not installed on members of the Microsoft® Windows® Server 2003 family by default. Furthermore, when you initially install IIS, it is installed in a highly secure mode. By default, IIS serves […]

  • All Terminal Service Sessions Busy Error

    All VPS servers include atleast 2 Terminal Service sessions and if you simply disconnect from your terminal services session or leave a session open on another computer you may try to log into your VPS and get the error message that all terminal service sessions are busy. The way around this is to log in […]

  • Update your DNS at Register.com

      This video demonstrates how to update your nameservers at Register.com    Who is this video for?:  If you have a domain name registered through Register.com (the domain provider), and want to update nameservers, this video will show you how to.   Steps: Visit www.register.com  Click "Log In" at the upper right-hand corner of your screen to […]

  • Update your DNS at NetworkSolutions.com

    This video demonstrates how to update your nameservers at Network Solutions.    Who is this video for?:  If you have a domain name registered through NetworkSolutions.com (the domain provider), and want to update nameservers, this video will show you how to.   Steps: Visit www.networksolutions.com Click "Log In" in the upper right-hand corner of your screen. Click […]