
|
|
What AWS can do in ASP:
- Email clients, such as email marketing tools
- Databases for products, vendors, clients, or any other information you need to organize
- News/Current Events sites
- Informational databases and directories
- Any other dynamically driven website
ASP is a server-side coding language, which means that it sits on the computers that host your website, invisible to the casual observer. If you try viewing the source of an ASP website, you will see only HTML, because your web browser processes the web page after the server processes the ASP.
Modules exist to adapt ASP to most server operating systems, but is best suited for use with the Server 2003 or IIS ("Internet Information Systems") servers on the Windows operating system. AWS hosting supports the Windows platform and ASP script, so if your existing site uses it or you would like to take advantage of ASP, there's absolutely no conflict of technologies.
Ever wondered how server-side scripting languages work? Visit our PHP Programming page to find out.








