asp.net

How to find the best ASP.NET Hosting provider

Next, you will find some of the most important tips when you are looking for the best ASP.NET Hosting provider.

Once you have created your ASP.NET website, you will need to select a commercial Windows Hosting Provider. There are many ASP.NET hosting companies that offer different types of ASP.NET Web hosting services and technologies, but essential for the Customer …

Learn more

How to create Oracle connection string

You should add a ConnectionStrings element in your Web.config file. The samle connection string for Oracle database might look like the following:

<add name=”OracleConnectionString”  connectionString=”Data Source=OracleS;Persist   Security Info=True;Password=”******”;User ID=Test”  providerName=”System.Data.OracleClient” />

 name  – set the value to the name that you want to use to reference the connection string.
connectionString – assign the connection string that is required to connect to the Oracle database.
providerName – assign the …

Learn more

How to make 301 redirect in ASP.NET 4.0

ASP.NET 4 adds a new RedirectPermanent helper method that makes it easy to make HTTP 301 Moved Permanently responses:

RedirectPermanent(“/newfile.aspx”);

Related TutorialsHow to set Meta Tags in ASP.NET 4.0
ASP.NET Server-side caching
How to disable a button after click in ASP.NET
What is ASP.NET?
How to associate a Label with a TextBox or other Form control …

Learn more

Free ASP.NET Hosting Service

Free ASP.NET hosting service is free, (sometimes) advertisement-supported web hosting, and is often limited when compared to paid hosting.

Some companies provide free ASP.NET hosting for some period, so the user could test their services.

You could also receive free ASP.NET hosting for some period if you prepay for the hosting services. By example if you pay for 1 or 2 …

Learn more

ASP.NET Hosting Control Panel

You could use a ASP.NET Hosting Control Panel for managing the Windows Web server and installing scripts as well as other services like e-mail.

The most popular ASP.NET hosting control panel is Plesk.

With Plesk you could easily mange your ASP.NET sites via GUI. You could create, delete and upload .NET web site, add emails, SQL databases, ad website stats …

Learn more

How to create MySQL connection string

The following is a sample MySQL connection string:

Server=127.0.0.1;Uid=user;Pwd=userpassword;Database=allusers;

In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of user and a password of userpassword. The default database for all statements will be the …

Learn more

ASP.NET 4.0 Hosting Service

ASP.NET 4 Hosting Benefits

Visual Studio 2010 and .NET Framework 4 are the last generation developer tools from Microsoft.

ASP.NET 4 introduces a number of features that improve core ASP.NET services such as output caching and session-state storage.
jQuery Included with Web Forms and MVC.
Web Forms has been a core feature in ASP.NET since the release of ASP.NET 1.0. Many enhancements …

Learn more

ASP.NET Hosting Bandwidth

ASP.NET Hosting Bandwidth is used to describe the amount of data that can be transferred to or from the website or server, measured in bytes transferred over a prescribed period of time.

This can be more accurately described as “Monthly Data Transfer.”

Some hosting companies offer limited ASP.NET Hosting Bandwidth, so when you reach by example 1 GB then your …

Learn more

How to create cookie in ASP.NET

A cookie, also known as an HTTP cookie, web cookie, or browser cookie, is used for an origin website to send state information to a user’s browser and for the browser to return the state information to the origin site. The state information can be used for authentication, identification of a user session, user’s preferences, shopping cart contents, …

Learn more

ASP.NET Hosting Uptime

ASP.NET Hosting Uptime is a measure of the time a Windows Hosting Server has been “up” and running. It came into use to describe the opposite of downtime, times when a Windows Server was not operational. The uptime and reliability of Windows Server and communications facilities is sometimes measured in nines. “Five nines” means 99.999% availability, which translates …

Learn more