Monday, December 8, 2008

ASP.NET

This scripting language is the offspring of the classic ASP (Active Server Page technology) and the Microsoft's .NET framework. The new version decreases the code density and although there are less web servers supporting ASP.NET than PHP this scripting language has the same potential. With an ASP.NET file ending in .aspx the script is executed, unlike HTML, by the server, not web browser. And as this scripting language is basically the same as PHP you can implement its dynamic code into your html file.
Make sure that the web host server supports ASP.NET by either simply asking or finding out if the server runs on Windows operative system since this scripting language comes from Microsoft.

No comments: