ASP means active server pages is a programming language for implementing the applications while ASP.Net is a platform provided by Microsoft for developing the applications.
In ASP.NET you can use the language you want to use to prodece the page (VB.NET or C#).All the code is in a particular file that is not including in the web pages and you must recompiling when you make changes, because ASP.NET using compiling language.