DO you work on ASP nowadays or you have replaced it with other programming language for your new Web Applications?
i work on my university's ERP that's mainly built on classic asp and i love to do classic asp thn asp.net idk why but i like what i do
Unfortunately I have to support a 7 year old classic asp/sql 2k intranet application in my day job.... this year we are upgrading to sql2k8 and maybe start porting some of the easier parts to .net
Can't stand classic asp. Why on earth anyone would prefer to work with it as oppose to .net is beyound me! .net FTW
ASP.NET is not technically a replacement for classic ASP, just like C# is not a replacement for C++. They are simply different evolutions of the same language (Alike when C became C++) and it will continue to be in use for as long as people wish to develop using the language. Old syntax languages tend to linger for many years after they become considered "old school", just look at perl. Peddu Hostcats.com
Our company's code-base is so large that it would take years and years to remove all the classic ASP. We piece-by-piece replace the old stuff but for a long time will still have to build interoping classes from Classic ASP to COM to .NET