How would ASP and ASP.NET apps run at the same time on the same server?
Both ASP and ASP.net can be run at similar server, becuase IIS has the capability to respond/serve both ASP and ASP.NET request.
Difference between ASP and ASP.NET
ASP contains scripts which are not compiled where as in ASP.net the code is compiled.