Learning Center

Web Hosting

What is ASP Web Hosting?
ASP web hosting refers to web hosting companies who provide support for ASP, or Active Server Page.

What is ASP?
ASP/Active Server Pages are HTML pages with embedded ASP scripts. ASP scripts are processed on the server before the page is sent to the visitor's browser. ASP allows you to create dynamic database driven pages, a visitor can access data in a database and interact with page objects such as Active X or Java components.

How does ASP work?
When you type in a URL in the Address Box of your browser, you are asking the web server to send the file to your computer. If the file is standard HTML, then the file that your web browser receives will look exactly the same as it did on the web server. However, if an ASP file is sent to your computer from the server, it first runs the HTML code, then the ASP code. The ASP code could be anything such as the current time, date, or other such information.

How to find an ASP web host?
You will need to find a web host who will host your website on a Windows server. It is safer to host your ASP pages on a Windows server as they are more stable and most ASP components work specific to Windows. You also need to consider if your website uses a database, such as SQL and Access. Make sure your web host provides support for the type of database your website requires.


TOP