A Good Classic ASP Crutch: ASP.Net, Visual Basic, or something else
There is alot of bulk data processing, like moving large amounts of data, processing it and saving it into a database.. Gigs and Gigs.. If there is a website in classic ASP, what do 开发者_如何学Goyou think would be the best 'on the side' application/solution to process large amounts of data in bulk. ASP.NET, Visual Basic? I know classic asp isn't the best option for importing in large amounts of data.. The data would need to interact with an SQL Server.
If you need to move lots of data I suggest you go right to the source and use SSIS(SQL Server Integration Services).
精彩评论