27Apr
IIS ( Internet Information Server) is an Internet server from Microsoft, so what that means is if you install IIS, you can use your computer to host your own website.
- Go to Start->Control Panel -> Programs
- Under Programs and Features, click “Turn Windows features on or off”

- Click “Internet Information Services”, You can also select which feature of IIS you want to enable or disable, select what you want to run, then click “OK”

- Once installed, you computer will be able to function as a web server. Please note that with IIS enabled, your computer may see a decrease in performance since there is an extra load on the system.

- To see your webpage, simply open your web browser and type in the address “ [ LINK ] “

Publishing webpages and make your web server accessible to the world is beyond the scope of this article.
Tags: iis, install, Tutorials
18Dec
If you get error 0×80240029 while trying to update Windows Defender, see below for how to fix it. (This error usually occurs when the Software Distribution folder has become corrupted.)
First, log on to the user account by using administrative credentials and use one of the following methods:
Method 1
Manually install the Windows Defender Update Definitions
Click on the above link and follow the steps on the Microsoft site.
If that didn’t work, try…
Method 2: Rename the SoftwareDistribution folder
- Exit all programs
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type the following command to rename the SoftwareDistribution folder:
net stop wuauserv
net stop bits
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start bits
Recent Comments