Archive for May, 2009

May 05 2009

ASP.NET Data Population for Membership Class

ASP.NET is basically known to be the Next Generation to Microsoft’s Active Server Pages which is also know as ASP. Both of these i.e. ASP.NET and ASP are Web Application Frameworks which allows the Programmers to create Different and Unique Web pages and Websites which can be used to provide people with different Web Services. When ASP was invented, it was released as an Additional Service with IIS (Internet Information Service).

Later, ASP and ASP.NET became the main components and people Started using Windows Operating system due to these two. ASP.NET was released in January 2002 much after ASP got sucess. The first version of ASP.NET was 1.0.

ASP .NET Dedicated Servers

We will be Discussing about ASP.NET version 2.0 which has a unique feature called the “Membership Feature” which is the best feature for the people who want to store important Files and Documents in a Secure place. It also has an authorization feature which makes it easier to verify the users accessing the Files and Documents. It’s just kind of a Store which will allow users to keep private data safe. For this service, you will have to Populate ASP.NET Membership Class. You can do this by following the steps given below :

.NET Dedicated Web Hosting

1) Fist step is to create a Database and you can do this by using MSSQL Server 2000 or MSSQL Server 2005.

Note : MSSQL Server 2005 Express Edition is recommended as it is an Advanced version and it is Open Source i.e. Free of Cost.

Important : We are following the below given steps in assumption that you already have ASP.NET 2.0 Installed.

2) Now, go to Command Prompt, and Enter the given below commands :

cd [your asp.net 2.0 path]
Typically at this path: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

3) Again, you will have to enter the commands given below in the Command prompt in the following manner :

aspnet_regsql.exe -S [DB Server Name] -U [DB login] -P [Password] -A all -d [Database name]

Congratulations! The population of ASP.NET For Membership class is done on your Windows Dedicated Server


291 responses so far

May 02 2009

Install Coldfusion on Windows Dedicated Server

ColdFusion is basically a Programming Language like Active Server Pages (ASP) and Java Server pages (JSP) which are also products of Microsoft. It is a good Programming Language which can be used to create Dynamic Web pages. Another best Advantage which is offered by Coldfusion and is not available with other Programming Languages like Active Server Pages (ASP) and Java Server Pages (JSP) is the fact that it allows the Developers to create Dynamic Websites which were attached to Databases which are not in Front i.e. Backend Databases.

Coldfusion Dedicated Server Hosting

As other Programming Languages, Coldfusion has many Versions right from 1.0 to 8.0.1. Till the Version 4.5 was Released, Allaire was not in a Merger with Macromedia. It was later in 2001 when Allaire and Macromedia Merged and once they Merged together, they launced Macromedia ColdFusion version 5.0. After this, they launched Macromedia ColdFusion MX (6.0) later in June 2002. Coldfusion 5.0 and ColdFusion MX 6.1, both of them are supported on Windows. In this Tutorial, you can check the steps to Install ColdFusion 5.0 and ColdFusion MX 6.1 on Windows Dedicated Server with Windows 2003 Operating system and IIS 6. Before you Start the Installation process, make sure, The Components for ColdFusion Application Management and Macromedia ClusterCats are not Supported on this platform.

coldfusion-logo Install Coldfusion on Windows Dedicated Server

1. The first step for installation should be to download ColdFusion MX 6.1 Updater. Once you have downloaded this, Start with the installation of ColdFusion MX 6.1 Updater.

2. Once you do this, ColdFusion will be able to Detect and Configure IIS accordingly.

Installing ColdFusion 5 on your Windows Dedicated server :

If you have done the above steps correctly, it is time to start the installation of ColdFusion 5 now. You might be worried now as ColdFusion pages will not process correctly at this point of time but don’t worry. Check the steps below to install ColdFusion 5.

Important : When you start the installation process, you will be prompted that the Installation is done on an Unsupported platform. Select “Continue” and select ‘Other’ for the webserver and the reason you will have to do this is the fact that IIS will not be detected.

1. After following the above steps, you will have to add a Web Service Extension to IIS for ColdFusion.

2. Now, Run IIS manager.

3. Select “Add a New Web service extension” after you Open Web Service Extensions.

4. You will be asked for a name for your Web service extension(Recommended – ColdFusion). Once you are done, type the path to the Connector (c:\cfusion\bin\iscf.dll).

Note : Extension status should be set to allow, then click “OK”.

5. According to the requirements, Enable iscf.dll in the Web Service.

Microsoft Windows Dedicated Web Servers

6. Now, to the iscf.dll extension, Map .dbm and .cfm

7. Click the “Home Directory” tab and click the “Configuration” button once you have done that.

Note : The tab “Mappings” should be opened on top.

8. Find the “Add” button and click.

9. The Extension should be “.cfm” and the Executable should be c:\cfusion\bin\iscf.dll or it can be at any other place where it is installed.

10. Now, you will have to repeat the 8th and 9th step again but make sure that you substitute .dbm for .cfm for the extension.

Important : If you want to go in the suggested manner then simply rename any templates with a .dbm extension to .cfm and omit this step as this step has backwards compatibility with the ColdFusion extension used before which was named as nomenclature (.dbm instead of .cfm).

11. The Final Step is to Restart ColdFusion.

Cogratulations!! Cold Fusion has been installed on your Windows Dedicated server Hosting Package.

81 responses so far

« Prev