Active Server Pages enable web developers to make their sites dynamic with database driven content. The code is mainly written in VB Script, and it is produced on the server of the web site instead of the browser of your web site visitors. The server reads the ASP code and then translates it to raw HTML. This means that the web site owner doesn't have to worry about the visitor having the right tools to view the web site's dynamic content. The only downfall to ASP is that since it is run from the server, it takes longer for the pages to load because there are more steps involved in translating the code.
- 12 Los Usuarios han Encontrado Esto Útil
