ASP.NET
Even though Microsoft took the name of ASP.NET from old server-side
scripting language ASP but these two are totally different. Microsoft
completely rebuilt ASP.NET based on Common language framework (CLF) shared
by all Microsoft.Net applications.
Limitation of using ASP.NET
- One of the great limitations of using ASP.NET is that you don’t have the
choice of Platform and Application Server. You have to stick with
Microsoft’s operating systems and web servers to use ASP.NET
From: [Khan, K, 2005]