Web Hosting Tutorials

Security ASP.NET tutorial

This tutorial will explain what is ASP.NET security and how to create efficient defense for your data.

You could exploit the security in 3 directions:

– ASP.NET website data, including user passwords, Credit Cards, private user information as address, personal info etc…
To protect the ASP.NET data you should check all get and post parameters before using them. Also to install …

Learn more

ASP.NET Tutorial VS ASP.NET Book

In the recent IT age many young people desire to become .NET developers and the most popular question is from where to start – reading a good ASP.NET tutorial or book? In the recent guide we will compare both choices with their advantages and disadvantages.

ASP.NET Tutorial

According the http://www.howtoasp.net/ the purpose of ASP.NET tutorial is to show a practical …

Learn more

ASP.NET Tutorial for Beginners with examples

ASP.NET is free technology which allow developers to create server side applications and powerful websites. It’s used mostly with Windows platform. Many sites offer ASP.NET Tutorial for Beginners with examples, but what exactly should contain such tutorial and from where to start one beginner. Next you will find what are the steps which you should follow before read …

Learn more

Best Windows VPS Hosting Plan

This Web hosting guide will explain what is the best Windows VPS hosting plan.

At the moment of writing this article the best Windows VPS hosting plan has the following specifications:

Windows Server 2012 Operating System
Unlimited MSSQL 2012 Databases
Plesk Control Panel
100 GB Disk Space
Unlimited Monthly Data Transfer
4 GB Memory
8 CPU Cores
5 IP Addresses
Free SSL Certificate
Hyper-V Technology

When you make a decision …

Learn more

Which operating systems are supported by the best Windows hosting control panel Plesk?

Plesk is the best Windows hosting control panel and it supports all Windows versions as well as some of the most popular Linux distributions.

The currently supported Parallels Plesk Panel versions are:
– Parallels Plesk Panel 11
– Parallels Plesk Panel 10

Bellow you can find the Currently Supported operating systems by Plesk:

Plesk for Windows

Windows Server 2012
Windows Server 2008 R2 SP1
Windows Server …

Learn more

How to configure FTP over SSL using FileZilla with ASP.NET hosting

This Web hosting guide will explain how to configure FTP over SSL using FileZilla with ASP.NET hosting.

Configure the Windows hosting server

1. Create a folder for FTP publishing:
– Create a folder at “%SystemDrive%\inetpub\ftp”;
– Set the permissions to allow access for the appropriate group;
-Type the following command : ICACLS “%SystemDrive%\inetpub\ftp” /Grant administrators:F /T

2. Create an SSL enabled FTP Site Using …

Learn more

Best ASP.NET Hosting Plans for Dedicated Servers

This Web hosting guide will explain what are the best ASP.NET hosting plans for dedicated servers.

As the name shows the dedicated server means that the user will have own Windows server which will ne not shared with anyone else.

Dedicated ASP.NET Hosting

There are mainly 3 Dedicated ASP.NET hosting plans. The first one is most popular or the cheapest plan, …

Learn more

ASP.NET Hosting With SQL Server

The most used database with ASP.NET hosting is SQL Server. The developers have two options, to get ASP.NET with SQL Server, or to get just a hosting serve and install their own version of the database engine.

ASP.NET Hosting with SQL Server

In this scenario the hosting company offer ASP.NET hosting with SQL Server, which is installed and preconfigured on …

Learn more

How to deploy ASP.NET site on Windows VPS hosting

This Web Hosting guide will explain how to deploy an ASP.NET site on Windows VPS hosting server.

Most of the website deployment techniques are based on FTP services, i.e. you deploy your website via FTP.

Windows VPS hosting deployment

1. You could deploy your website using Visual Studio. You could directly click with the right mouse button over your Project …

Learn more

How to import a SQL database with Plesk using Windows Hosting

To import a SQL database with Plesk using Windows Hosting you should follow the next steps:

– Login into Plesk and open your web site.
– Choose Databases.
– Click Add New Database.
– Enter a name for the database.
– Select the database type Microsoft SQL Server and Click OK.
– To set up database administrator’s credentials, click Add New Database …

Learn more