Hi VBdotnet2005,
It is very different. The first thing you should try would be to talk them into upgrading to ASP.NET :)
ASP is an HTTP module and it doesn't do very much on itself. Think of ASP.NET and scrap all server objects but the Request and Response. In order to use anything else you would need to use activex-es. For example instead of using ADO.NET that is out of the box with ASP.NET you would create an instance of the ADO activex and use it instead. That applies to MSXML and so forth. bottom line: your development time will be much longer, mainenability much poorer and performance much poorer as well.
Cheers!
Dani
Main Topics
Browse All Topics





by: ivostoykovPosted on 2006-11-26 at 23:23:49ID: 18017557
Hi VBdotnet2005,
from dev point of view there are many diferent things. Underground is the same.
Regards
!i!