计算机专业毕业论文外文翻译--功能强大的ASP-HTML转换工具
《计算机专业毕业论文外文翻译--功能强大的ASP-HTML转换工具》由会员分享,可在线阅读,更多相关《计算机专业毕业论文外文翻译--功能强大的ASP-HTML转换工具(21页珍藏版)》请在毕设资料网上搜索。
1、英文翻译 Cutting Edge A Client-side Environment for ASP Pages ASP is a Web technology that relies specifically on capabilities of Microsoft?Internet Information Services (IIS). For this reason, very few commercial products have attempted to provide an ASP-to-HTML converter. The problem with such convert
2、ers is that you must work in conjunction with the Web server to trigger the ASP parser and find the intrinsic objects available. When you double-click on an HTML page from the Explorer shell, you simply ask the browser to retrieve and render the source code of the file. However, when you double-clic
3、k on an ASP file from Explorer, you cannot ask the browser to translate it into HTML. Practical Reasons for an ASP Converter OK, so an ASP-to-HTML converter might not be the tool that thousands of programmers dream of every night. However, I can envision at least a couple of scenarios where such a t
4、ool would be very handy. The first scenario was mentioned by Robert Hess in the April 2000 Web Q&A column. Suppose you have several pages that require some interaction with a database on a frequently visited Web site. Writing them as ASP pages looks like the perfect solution. However, if the databas
5、e is not very volatile and the page output is not highly dependent on the users input, you could easily resort to plain old HTML for better performance. For example, a list of suppliers is probably the kind of data that you would update only a few times a year. Why rebuild that list on the fly each
6、time its requested, when a static HTML page would incur less overhead? An ASP-to-HTML tool could be used as a kind of batch compiler for ASP pages. You write them as server-side resources, and then when you realize they are not particularly dependent on runtime conditions, you can transform them int
7、o static HTML pages with either the .asp or .htm(1) extension. While Im on the subject, let me point out a significant improvement in the management of scriptless ASP pages thats available with IIS 5.0. Until IIS 4.0, all resources with a .asp extension were subject to parsing, whether or not they c
8、ontained script code. With IIS 5.0 this drawback has been eliminated as IIS checks for blocks before loading the ASP parser. An ASP-to-HTML converter would also be handy when you need to view ASP pages offline. For example, a client recently asked me about the possibility of using a single developme
9、nt environment for building both Web sites and CDs. I first considered using static HTML pages that could be viewed over the Web or in a local browser, but the idea was soon dismissed given the complexity and the amount of content involved. Also, my client could not guarantee any particular software
10、 configuration on the users machine, and the only product that could be supplied with the CDs was Microsoft Internet Explorer or a custom Web browser. ASP looked like the natural choice for the Web side of the project, but what about the CD? To make ASP work offline without a Web server, you need co
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 毕业论文 外文 翻译 功能强大 asp html 转换 工具
