|
Mainly Differences are..
ASP...
1. not truly object oriented
2. You can use either VB or JavaScript scripting language
3.Execution of code begins from top and executes down to the end.
ASP.NET....
1.Object Oriented, Event driven
2.You can use no. of languages here like..VB, C#, J#, Ruby..etc.
3.Code is compiled to use CLR(Common Language Runtime)
|