Close
Simply by translating your existing interpreted ASP/VBScript code to compiled asp.net/VB.Net code will give you a massive performance boost on existing sites. The other advantage is that it's quicker to develop. You must be doing it wrong No, seriously. It does take a while to pick up, but development times will be shorter once you get it right. It's much easier to write modular code and extensible code with the .Net languages and even VB.Net has a good object oriented structure, so code reuse is muh easier. You're almost forced to write modular code with asp.net.