Web Hosting Tutorials

How to disable DNS Prefetch in WordPress 4.6

This WordPress hosting tutorial will explain how to disable DNS Prefetch in WordPress 4.6.

In WordPress 4.6 the DNS Prefetch was added in the Core functions. This means means that in the web site header you could see links like:

If you want to remove the links just add this code to your Theme Functions (functions.php) file:

// Disable DNS Prefetch
function …

Learn more

How to Create a New Web Site using ASP.NET Hosting

This Web hosting tutorial will explain how to create a new web site using ASP.NET hosting.

The first step after creating an ASP.NET site is to deploy it on Web hosting server so to access it from Internet. This could easily accomplished using the Plesk control panel which is provided by most of the best ASP.NET hosting companies, which …

Learn more

ASP.NET MVC Hosting Providers Comparison

The ASP.NET MVC Framework is a Model-view-controller framework. It allows software developers to build a Web application as a composition of three roles: Model, View and Controller. When you are looking for ASP.NET MVC hosting provider there are 3 important factors as supported ASP.NET MVC version, ASP.NET MVC hosting control panel and ASP.NET hosting features.

ASP.NET MVC Hosting Version

When …

Learn more

How to Create a New FTP User using Windows Hosting and Plesk 12

This Web hosting tutorial will explain how to Create a New FTP User using Windows Hosting and Plesk 12.

Sometimes you want to add a new FTP user who should have access to particular folder. This could be done if you use Plesk control panel with your Windows hosting plan. To do this you should follow the next easy …

Learn more

Set HTTP Expires Response Header in IIS 7

This Windows hosting tutorial will explain how to set HTTP Expires Response Header in IIS 7. This could be useful to leverage browser caching and to improve you ASP.NET site speed. Also, it’s recommended by Google PageSpeed Insights – Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to …

Learn more

How to install wincache on Windows hosting server

This Windows hosting guide will explain how to install wincache on Windows hosting server.

1. Unpack the package into some temporary location.

2. Copy the php_wincache.dll file into the PHP extensions folder. Typically this folder is called “ext” and it is located in the same folder with all PHP binary files. For example: C:\Program Files\PHP\ext.

3. Using a text …

Learn more

Video ASP.NET Tutorial VS PDF ASP.NET Tutorial

This ASP.NET programming guide will explain what is the difference between Video ASP.NET Tutorial and PDF ASP.NET Tutorial.

According the http://www.howtoasp.net/ there are 2 types of learning tutorials, one that you could read – it’s usually in PDF or web page format (HTML, ASPX), and one that you could watch – it’s in video format. Both have advantages and …

Learn more