Hi,
I'm wondering what is the difference between asp and asp.net?
Hi,
I'm wondering what is the difference between asp and asp.net?
First hit on Google ("what is the difference between classic asp and asp.net").
Explains everything (no need to re-explain it here).
http://www.beansoftware.com/ASP.NET-Tutorials/Classic-ASP-vs-ASP.NET.aspx
ASP.NET is not the same as ASP. The "old" ASP is now called classic ASP. ASP.NET is a Markup Language can, among other things, use the server server controls to run elements.
As for example:
<form id="MyForm" runat="server">
Then you said that it will run on the server and you have an id to control it.