📄 host_technologies.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web Hosting Technologies</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Web hosting tutorial from W3Schools HTML, XHTML, XML, JavaScript, ASP, ADO, PHP, SQL, MySQL, FrontPage, Email, Perl, Domain" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>Web Hosting Server Technologies</h1>
<a href="host_email.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="host_databases.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">This section describes some of the most common hosting technologies.</p>
<hr />
<h2>Windows Hosting</h2>
<p>Windows hosting means hosting of web services that runs on the Windows
operating system.</p>
<p>You should choose Windows hosting if you plan to use ASP (Active Server
Pages) as server scripting, or if you plan to use a database like Microsoft
Access or Microsoft SQL Server. Windows hosting is also the best choice if you
plan to develop your web site using Microsoft Front Page.</p>
<hr />
<h2>Unix Hosting</h2>
<p>Unix hosting means hosting of web services that runs on the Unix operating
system. </p>
<p>Unix was the first (original) web server operating system, and it is known
for being reliable and stable. Often less expensive than Windows.</p>
<hr />
<h2>Linux Hosting</h2>
<p>Linux hosting means hosting of web services that runs on the Linux operating
system.</p>
<hr />
<h2>CGI</h2>
<p>Web pages can be executed as CGI scripts. CGI scripts are executables that
will execute on the server to produce dynamic and interactive web pages.</p>
<p>Most Internet service providers will offer some kind of CGI capabilities. And
many will offer preinstalled, ready to run, guest-books, page-counters, and
chat-forums solutions written in CGI scripts.</p>
<p>The use of CGI is most common on Unix or Linux servers.</p>
<hr />
<h2>ASP - Active Server Pages</h2>
<p>
Active Server Pages is a server-side scripting technology developed by Microsoft.</p>
<p>
With ASP you can create dynamic web pages by putting script code inside your
HTML pages. The code is executed by the web server before the page is
returned to the browser. Both Visual Basic and JavaScript can be used. </p>
<p>
ASP is a standard component in Windows 95,98, 2000, and XP. It can be activated
on all computers running Windows.</p>
<p>
Many web hosting providers are offering ASP, as it is becoming a more and more popular technology.</p>
<p>
If you want to learn more about ASP, <a href="../asp/default.asp">please visit
our ASP tutorial</a>.</p>
<hr />
<h2>Chili!Soft ASP</h2>
<p>
Microsoft's ASP technology runs only on Windows platforms.</p>
<p>
However, Chili!Soft ASP is a software product that allows
ASP to run on UNIX and some other platforms.</p>
<hr />
<h2>JSP</h2>
<p>JSP is a server-side
technology much like ASP developed by Sun.</p>
<p>With JSP you can create dynamic web pages by putting Java code inside your
HTML pages. The code is executed by the web server before the page is returned
to the browser.</p>
<p>Since JSP uses Java, the technology is not restricted to any server-specific platform.</p>
<hr />
<h2>FrontPage</h2>
<p>FrontPage is a very common web site design tool developed by Microsoft.</p>
<p>FrontPage allows users to
develop a web site without any deep knowledge of web development. Most Windows
hosting solutions support FrontPage server extensions for users that use FrontPage to develop
their web site.</p>
<p>If you plan to use FrontPage, you should look for a Windows hosting solution
(meaning not Unix / Linux).</p>
<hr />
<h2>PHP</h2>
<p>Just like ASP, PHP is a server-side scripting language which allows you to create dynamic web pages by putting script code inside your
HTML pages. The code is executed by the web server before the page is
returned to the browser.</p>
<hr />
<h2>Cold Fusion</h2>
<p>Cold Fusion is another server-side scripting language used to develop
dynamic web pages.</p>
<p>Cold Fusion is developed by Macromedia.</p>
<hr />
<h2>Secure Server</h2>
<p>A secure server can transmit data encrypted.</p>
<p>If you plan to do online credit card transactions, or other types of web
communication that needs to be protected against unauthorized access, your web
host must provide a secure server.</p>
<hr />
<a href="host_email.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="host_databases.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -