Difference between ASP and ASP.NET
ASP is Microsoft’s early on incursion into server side scripting engines that were meant to dynamically create web pages as they are required. Making that in HTML would need many pages, one for every possible result. But with ASP, you can write single short script that can hold this easily. ASP.NET takes benefit of extra features in.NET library permitting its pages to be coded in any of other languages included in .NET. ASP.NET also has wide array of libraries and controls that used to build web page rapidly and simply. It also had many generally used templates like menus. Error Handling has also been enhanced compared to ASP by making use of try-catch blocks and exception handling.
Last edited by anselduminy; 05-28-2010 at 04:25 AM..
|