Click here to Skip to main content
15,894,106 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I beginner in asp.net and i want to learn about deeply so please tell me different between asp and asp.net
Posted
Comments
Sergey Alexandrovich Kryukov 15-Sep-12 1:42am    
Difference? And even "basic"? Why do you think this question could be correct or productive. "ASP.NET contains '.' in the middle...". Helpful? No, this is not a joke. The question makes no sense. If you need to know something, read on both topics (there are pretty much unrelated; both are server-side technologies originally created by Microsoft). Or ask a specific and accurate question so we would know what exactly are you interested in. First, please read the directions for asking questions.
--SA

The basic difference between ASP and ASP.NET is that ASP is interpreted; whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses .NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language (MSIL).

For detail please see below link.

What is the basic difference between ASP and ASP.NET?[^]

All the best.
 
Share this answer
 
Comments
_Amy 15-Sep-12 1:49am    
Deserves +5! Good Explanation. :)
Raje_ 15-Sep-12 1:54am    
Thanks Amit.
ridoy 15-Sep-12 6:29am    
+5
Raje_ 15-Sep-12 7:30am    
Thank you ridoy.
Please see my comments to the question. This is what you should know and understand before asking questions:
Code Project Questions and Answers FAQ[^]
How to Use Google and Other Tips for Finding Programming Help[^]
Some guidelines for posting questions in the forums[^]).

Please see this useful discussion:
How to ask a good question?[^].

As to the "difference", please see my past answer:
what is the difference between the class and encapsulation in programming[^].

Now, if you still don't know how to go about ASP and ASP.NET, please read this:
http://en.wikipedia.org/wiki/Active_Server_Pages[^],
http://en.wikipedia.org/wiki/ASP.NET[^].

Good luck,
—SA
 
Share this answer
 
Comments
_Amy 15-Sep-12 1:49am    
Write to the point. +5!
Sergey Alexandrovich Kryukov 16-Sep-12 23:47pm    
Thank you, Amy.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900