How ASP.NET different from ASP?(1):-Asp.Net forms have a code behind file which contains all event handling code But in Asp it doesn't have such facility to separate programming logic form design. (2):-Asp.Net inherits the class written in code behind But in Asp does not have concept of inheritance (3):-Asp.Net use full fledged programming language But Asp it use scripting language. (4):-Asp.Net web application are configuration(web.config) But in Asp there are not.