2012-04-07

self-acting installation of Web Applications - Asp.Net Or Php

Difficulties in installing web platforms.

Web applications which require no software to run on a client's computer have traditionally been quite difficult to get going. This is due to the collection of components that have to be configured and installed, as well as the complicated communications in the middle of them.

ASP Web Host

In a regular desktop applications, Windows users are accustomed to plainly double click an facility file that guides them through a series of questions and options, finally resulting in a level trouble free installation. The user typically doesn't need to understand any technicalities.

However, web applications are not the same. Till now, installing and using the Asp.Net framework (for example) on a server has brought grief to many application developers, frustrating their attempts to get going. The problems were many, ranging from acceptable portfolio structure and naming, to permissions, as well as configuring Iis. Ugly error messages resulting from improper configurations have left many an aspiring programmer disheartened.

These problems have been plaguing Database installations as well. For example, installing a MySql database on your local computer is quite simple. Installing Sql Express, or Mssql on a remote server requires knowledge of access permissions and a bit of technical lingo as well.

The challenge of in effect installing web applications stems from the fact that all the web components of such an application are not controlled by one entity. Microsoft's Asp.Net can be used with a goods like MySql from a non-Microsoft company. This means that unlike a desktop application where all the components are industrialized by the same firm, web applications need by hand setting up to get the components talking to each other.

Web Platform installations in a Vps setting.

Virtual secret servers allow the user to log using a remote connection. It's just as if the user is on a regular Pc. Since users are not all the time tech savvy, or their skills lie in a definite It field such as say Php programming, they will find it difficult to setup a scripting language like Perl or a Database like Mssql and make them work together.

For such people, what is needed is a singular file to download, double click, and to talk a set of questions about what to install. The software then locates the packages, installs them, and configures them according to what is needed.

In other words, the programmers should be ready to start up and get going.

The Microsoft Web Platform Installer (Web Pi).

Microsoft's Web Pi is one such tool. The tool from Microsoft allows users to plainly plump what sort of platform they want to use and then downloads and installs the acceptable software for the same. It takes all the heavy work out of choosing the acceptable components and configuring them. At the main screen, you can even choose what sort of developer you are.

If you choose "Php Developer", the cgi linked options are automatically excellent and will be installed for you! As one commenter points out - "It's good to be a programmer these days!" The software box is free to use from Microsoft and goes a long way towards helping developers get their work done without worrying about messy technicalities.

self-acting installation of Web Applications - Asp.Net Or Php

No comments:

Post a Comment