Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact
A1VBCode Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      

Home » .NET Programming (VB 2010 or earlier) » ASP.NET » Difference between ASP and ASP.NET


Difference between ASP and ASP.NETExpand / Collapse
Author
Message
Posted 11/26/2009 5:25:57 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 11/26/2009 5:19:52 AM
Posts: 1, Visits: 1
ASP stands for Active Server Pages. ASP.NET is the next generation of ASP. After the introduction of ASP.NET, old ASP is called 'Classic ASP'.


Most of the engines place added relevancy on keywords found in the name of the page, or the URL. When naming your pages, try to name your pages after your keyword phrases.
Classic ASP uses vb script for server side coding. Vb Script is not supported any more in ASP.NET. Instead, ASP.NET supports more languages including C#, VB.NET, J# etc. VB.NET is very similar to vb script, so it should be easy for old Visual Basic or ASP programmers to switch to VB.NET and ASP.NET

VB Script is a simple scripting language, where as VB.NET or C# are modern, very powerfull, object oriented programming languages. Just for that reason, you will be able to write much more robust and reliable programs in ASP.NET compared to ASP.

In classic ASP, there was no server controls. You have to write all html tags manually. ASP.NET offers a very rich set of controls called Server Controls and Html Controls. It is very easy to drag and drop any controls to a web form. The VS.NET will automatically write the required HTML tags automatically for you.


Google seo|seo services
Post #28440
Posted 12/12/2009 7:59:13 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 9/6/2011 8:13:12 PM
Posts: 216, Visits: 156
Nice detailed explanation. Good job.

Destroyer
Post #28549
Posted 5/3/2010 6:22:16 AM


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/3/2010 6:12:21 AM
Posts: 4, Visits: 4
ASP is a scripting language platform for web applications. So web server IIS has to compile the asp pages everytime it is requested.

On the other hand ASP.NET pages coded in VB.NET or C# language, are precompiled web pages so the compiled web application or web pages form .dll files to make the response of IIS faster than usual ASP applications.

And ASP.NET enables classic desktop application developers to create web applications easily wiith its structure. A programmer understanding the page lifecycle can easily build web sites in ASP.NET

Eralper
ASP.NET, SQL Server & Windows 7

Post #29241
Posted 9/7/2010 9:09:09 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/6/2010 5:43:52 AM
Posts: 4, Visits: 10
Hii. How are u
Post #29618
Posted 9/15/2010 5:09:12 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 9/15/2010 5:49:55 AM
Posts: 3, Visits: 4
Classic ASP uses vb script for server side coding. Vb Script is not supported any more in ASP.NET. Instead, ASP.NET supports more languages including C#, VB.NET, J# etc. VB.NET is very similar to vb script, so it should be easy for old Visual Basic or ASP programmers to switch to VB.NET and ASP.NET

Medical Spa Software
Post #29629
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Admin, Mod, Mark, Keithuk

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 11:03pm