What is ASP / Classic ASP?
Active Server Pages (ASP) is the
Microsoft's server-side scripting language for creating of dynamic website with
the support of Internet Information Services (IIS).
Limitations of ASP
- Firstly ASP can only be hosted on IIS.
- Secondly client-side scripting and server-side scripting are added in the same
way into the webpage and this leads to problems such as messy coding and
restricted functionality.