ASP.NET Hosting Tutorials

How to set DKIM with ASP.NET hosting control panel

What is DKIM

Domain Keys Identified Mail is an email authentication method designed to detect forged sender addresses in emails. Together with SPF and DMARC it could protect your organization and domains from email spoofing, so to be not possible to use your property for phishing and email spam.

It allows the receiver to check that an email claimed to …

Learn more

How to set SPF record with ASP.NET hosting control panel

What does SPF mean

Sender Policy Framework (SPF) is an email authentication method designed to detect sender addresses during the delivery of the email. It allows the receiving mail server to check during mail delivery that a mail claiming to come from a specific domain is submitted by an authorized IP address list. The list of authorized sending hosts …

Learn more

Free ASP.NET hosting for developers or students

This topic is very popular these days, so we decided to share our opinion and best practices. Both developers and students need ASP.NET hosting mainly for learning and testing purposes. We, as web developers, are using Visual Studio (Code) to build our .NET projects and use local web servers or virtual machines for testing and debugging. Also, we …

Learn more

How to upload a website using ASP.NET hosting

Plesk Onyx is the most used ASP.NET web hosting control panel and in this tutorial will discuss how to upload your website using it.

Basically there are 2 options, the first one is to use FTP and the second one is to use File Manager.

Upload your website using FTP

1. Login into your Plesk control panel
2. Click on FTP Access
3. …

Learn more

How to install PHP using ASP.NET Web hosting

Many times along with ASP.NET and MS SQL you will need PHP and MySQL for your web applications. Most of the best ASP.NET hosting companies offer preinstalled PHP and MySQL with their plans. Anyway, there could be possible to install manually the PHP on your hosting server.

You can easily install PHP using Microsoft® Web Platform Installer. It completely …

Learn more

ASP.NET MVC 6 Hosting

One of the main features provided from ASP.NET hosting providers is ASP.NET MVC hosting, which depending on the services could be MVC version 4,5 or the most recent MVC 6. It’s very important when you look for a new ASP.NET Host to check the supported MVC version, thought if you get VPS or Dedicated server you could …

Learn more

ASP.NET 5 Hosting VS ASP.NET 4.6 hosting

The latest ASP.NET released version is ASP.NET 4.6.1 and we are waiting the ASP.NET 5 (Core) to be resealed, as there is candidate release already. So, to in this terms to use the ASP.NET Core hosting you should have a VPS or dedicated server, and to use ASP.NET 4.6 you should have shared, VPS, or dedicated server. Bellow …

Learn more

How to enable PHP error logging using ASP.NET Web hosting

Many times PHP applications generate an error which is user friendly, and it’s very important to know how to find the error details, so to resolve the problem you should enable PHP error logging.

You could do it easily using some of the best ASP.NET hosting providers which offer a user friendly hosting control panel with their services. In …

Learn more