asp简介[外文翻译].doc

约24页DOC格式手机打开展开

asp简介[外文翻译],asp简介[外文翻译]包括英文原文和中文翻译中文翻译:7700字英文原文:24700字介绍从一个站点到另一个站点有很多有用的关于active server pages (asp)的信息。如果你花时间来查找这些信息的话,你可以找到许多你要找问题的答案。但是如果你想找到什么样的工具可以调试asp或者如何来处理错误,你必须做...
编号:19-77336大小:114.00K
分类: 论文>外文翻译

内容介绍

此文档由会员 8008008 发布

ASP简介[外文翻译]

包括英文原文和中文翻译

中文翻译:7700字
英文原文:24700字



介绍
从一个站点到另一个站点有很多有用的关于Active Server Pages (ASP)的信息。如果你花时间来查找这些信息的话,你可以找到许多你要找问题的答案。但是如果你想找到什么样的工具可以调试ASP或者如何来处理错误,你必须做一些深刻的学习。这篇文章提供的是一些简单的方法来查找关于ASP的一些信息,包括一些简短的定义什么是ASP,ASP如何工作的,依字母表(A~Z)顺序列出,你将会看见比较详细的信息简短的描述和相关的联结(那些信息是可用的),这篇文档要“更新”的话。那个意思是我打算重新更新这些更新。如果你是一个ASP的开发者而且还有一个“有趣”的标题,把他发送给我。如果我在这里发表的话,你将会得到报酬和所有ASP开发者的感谢的。
什么是ASP
Active Server Pages是供应结合HTML程序设计环境,脚本语言,和组成运行在你的服务器上面的创建强大的Internet网的应用软件。如果你已经准备好创建网站,脚本语言,和一些可再度使用构成,你可以使用ASP来联合他们。你可以创建一个HTML界面为你的应用程序,为你的HTML增加脚本语言命令还有你可以压缩你的逻辑事物到可再度使用的组成部分。这些组成部分被称为脚本语言或者其他的组成部分 ......





Introduction
There's lots of helpful information about Active Server Pages (ASP) available on this site and other sites. If you have plenty of time to search for the information, you can find answers to most of your questions. But if you want to find out what tools you can use to debug ASP or how to handle errors, you need to do some digging. This article provides an easy way to find information that pertains to ASP, including a short definition of what ASP is, how ASP works, and an alphabetical list of terms and tips that relate to ASP. In the A-to-Z list, you will see a brief description as well as pertinent links to more detailed information (when that information is available). This article is meant to be a "living" document. That means that I plan on updating it with new tips and removing tips that no longer apply. If you are an ASP developer and have a "juicy" tip, send it to me. If I publish it here, you'll get credit and the everlasting gratitude of throngs of other ASP developers.
What ASP Is
Active Server Pages is a programming environment that provides the ability to combine HTML, scripting, and components to create powerful Internet applications that run on your server. If you are already creating Web sites that combine HTML, scripting, and some reusable components, you can use ASP to glue these items together. You can create an HTML interface for your application by adding script commands to your HTML pages and you can encapsulate your business logic into reusable components. These components can be called from script or other components ......