You are here: Home >> classic asp

classic asp

ASP Hosting - Why Do People Still Use Classic ASP?

by Lisa S Foster on Mar 9, 2010

Did you notice that many people are still usingASP? This is somewhat strange due to the popularity of.NET. Why arethey still using the classic instead of the new and powerful ASP.NET?First of all,.NET has XML-based components, better language support anduser authentication, and a huge set of new controls. It can alsoincrease performance by running code that is already compiled.However,.NET code is not backward compatible with ASP code, makingtransitions somewhat time consuming. Classic, unlike ASP.NET, isrunning under the IIS process space, otherwise knows as inetinfo.exe.It is prone to crashes and can also force the IIS to be restarted..NEThas the entry point in the IIS, the process itself is separate from it.Classic does not know how to operate on non-Microsoft platforms (forexample on the Apache server) whereas.NET is fully capable of doing so.Classic only supports JavaScript and VBScript as scripting languageswhile ASP.NET can work with all.NET languages. Classic ASP has...Read More >>



Find answers for classic asp

Did this solve your question? If not, then read following articles, answers and questions or ask a new question.

Recommended Reading

The difference between ASP Classic and ASP.NET

by EranSmith

Asp.net is the superior version enabling the websites more attractive and with more features. This is more capable to provide the user-friendly features. ASP.NET is the better option for web based programmers to make dynamic pages. Huge features of ASP.NET is making popular among programmers.

The limitation of ASP classic has been overcome in the ASP.NET. The Key point which makes ASP.NET, a better option, is discussed here:-

Performance

- Asp.net runs faster as all the processed are governed by the ASP.NET runtime, making availability for any request...

Read More >>

My Questions & Articles

Find latest questions, answers and articles.

Questions I Ask

Questions I Follow

Articles I Share

Do you like it? Share with friends!

Don't forget to follow us!

If you like our tutorials and answers, please give us a +1!