1、二、本科毕业设计(论文)开题报告三、本科毕业设计(论文)中期报告四、毕业设计(论文)指导教师评阅表五、毕业设计(论文)评阅教师评阅表六、毕业设计(论文)答辩评审表2010届本科生毕业设计(论文)资料Active Server PagesActive Server Pages (ASP) is Microsofts first server-side script engine for dynamically-generated web pages. It was initially marketed as an add-on to Internet Information Services (
2、IIS) via the Windows NT Option Pack, but has been included as a free component of Windows Server since the initial release of Windows 2000 Server. Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functions useful for creating
3、dynamic web pages. In ASP there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Web pages with the .asp or file extension use ASP, although some Web sites
4、disguise their choice of scripting language for security purposes. The .aspx extension is not an ASP page, but an page, another server-side scripting language from Microsoft, based on a mixture of traditional ASP, and Microsofts .NET technology.Most ASP pages are written in VBScript, but any other A
5、ctive Scripting engine can be selected instead by using the Language directive or the syntax. JScript (Microsofts implementation of ECMAScript) is the other language that is usually available. PerlScript (a derivative of Perl) and others are available as third-party installable Active Scripting engi
6、nes.History:ASP was one of the first web application development environments that integrated web application execution directly into the web server. This was done in order to achieve high performance compared to calling external executable programs or CGI scripts which was the most popular method f
7、or writing web applications at the time it was introduced. Today there are additional platforms for web application development that are more common on other operating systems. Both JavaServer Pages and PHP are more commonly found on webservers running non-Microsoft operating systems, with PHP curre
8、ntly being the more common of the two. Also of note is ColdFusion, a popular Java technology running on several platforms including Microsoft servers as well as other platforms.Prior to Microsofts release of ASP for IIS 3, programmers relied on IDC and HTX files combined with ODBC drivers to display
9、 and manipulate dynamic data and pages running on IIS. The basics of these file formats and structures were used, at least in part, in the implementation of the early versions of ASP.InstantASP and ChilisoftASP are technologies that run ASP on platforms other than the Microsoft Windows Operating Sys
10、tem. ChilisoftASP was purchased by Sun Microsystems and later renamed Sun ONE Active Server Pages, then later renamed to Sun Java System Active Server Pages. It appears that InstantASP is no longer available. There are large open source communities on the internet, such as ASPNuke, which produce ASP
11、 scripts, components and applications to be used free under certain license terms.edit VersionsASP has gone through three major releases:ASP version (distributed with IIS ) in December 1996 ASP version (distributed with IIS ) in September 1997 ASP version (distributed with IIS ) in November 2000 ASP
12、 is currently available in IIS on Windows Server 2003 and IIS on Windows Server 2008. is often confused as the newest release of ASP, but the technologies are very different. relies on the .Net Framework and is a compiled language, whereas ASP is strictly an interpreted scripting language.The move f
13、rom ASP to ASP was a relatively modest one. One of the most important additions was the methods, as well as the ASPError object.1 Microsofts Whats New in IIS lists some additional changes.There are solutions to run Classic ASP sites as standalone applications, such as ASPexplore, a software package
14、that runs Microsoft Active Server Pages offline.edit Sample usageSeveral scripting languages may be used in ASP. However, the default scripting language (in classic ASP) is VBScript:body% Hello World! How are you today? %/body/htmlOr in a simpler format%= The examples above print into the body of an
15、 HTML document.Heres how to connect to an Access Database% Set oConn = () DRIVER=Microsoft Access Driver (*.mdb); DBQ= & ( Set rsUsers = (SELECT * FROM Users, oConn%译文:动态服器网页动态服器网页(Active Server Pages),由微软公司开发的服务器端运行的脚本平台,它被Windows下Internet Information Services (IIS)的程式所管理。透过ActiveX server 的技术让不同的使用者能有不同的画面,或需要让他们可以存取服务器 (server)上的资料时,来协助程序员隐藏复杂的沟通机制,让程序员可以专注在解决问题和
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1