Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Active Server Pages


Related Topics

In the News (Mon 9 Nov 09)

  
  Sun Java System Active Server Pages 4.0 - Overview
ASP applications currently supported by Microsoft IIS can now be powered by the Java System Web Server for increased security.
Legacy ASP applications running on Windows NT can be transitioned to the Solaris Operating System for ongoing maintenance and support.
Sun is the leading provider of Active Server Pages technology for Linux and the Solaris Operating System.
www.sun.com /software/chilisoft   (252 words)

  
  Active Server Pages - Facts, Information, and Encyclopedia Reference article
Active Server Pages (ASP) is Microsoft's server-side technology for dynamically-generated web pages that is marketed as an add-on to Internet Information Services (IIS).
Session, for example, is a cookie-based session object that maintains variables from page to page.
In-page scripting can still be used (and is fully supported), but now pages can use VB.NET and C# classes to generate pages instead of code in HTML pages.
www.startsurfing.com /encyclopedia/a/c/t/Active_Server_Pages_69da.html   (322 words)

  
 Active Server Pages - Wikipedia, the free encyclopedia
The <% %> tags are delimiters which tell ASP to treat anything contained within as ASP code and to act on it.
The move from ASP 2.0 to ASP 3.0 was a relatively modest one.
The move from ASP 3.0 to ASP.NET was a significant change.
en.wikipedia.org /wiki/Active_Server_Pages   (472 words)

  
 What is Active Server Page? - a definition from Whatis.com
An Active Server Page (ASP) is an HTML page that includes one or more scripts (small embedded programs) that are processed on a Microsoft Web server before the page is sent to the user.
An ASP is somewhat similar to a server-side include or a common gateway interface (CGI) application in that all involve programs that run on the server, usually tailoring a page for the user.
Typically, the script in the Web page at the server uses input received as the result of the user's request for the page to access data from a database and then builds or customizes the page on the fly before sending it to the requestor.
searchwinit.techtarget.com /sDefinition/0,,sid1_gci213787,00.html   (392 words)

  
 Active Server Pages
ASP is implemented as a set of objects with built-in features for fast and simple access to common services provided by the web-server for the Internet.
When Active Server Pages acts as the scripting host for PerlScript, it is initalized as a host first when an ASP file on the web-server is requested by the way of a URL (such as http://www.domain.com/home.asp).
ASP scripts in other files, and to transfer the user without losing the state of the Request object's existing variables such as the contents of the Form-collection you can use the Transfer-method.
www.xav.com /perl/Windows/active_server_pages.html   (4275 words)

  
 Introduction to Active Server Pages
ASPs are server-generated pages which can call other programs to do things like access databases, serve different pages to different browsers - basically, anything we used to do with CGI.
ASP is almost as efficient as writing code directly to the server's application program interface, and it's a lot more efficient than CGI because it runs as a service and can take advantage of multithreaded architectures.
IMNSHO, ASP was introduced so that all the Visual Basic programmers in the world would feel needed again, now that the Web had shoved Unix geeks back into the limelight (they tried and failed with VBScript, which pretty much died for a whole host of reasons).
www.webmonkey.com /98/39/index2a.html   (595 words)

  
 WDVL: Microsoft's Active Server Pages
ASP's are implemented using server side scripting that can be performed in any language such as Visual Basic, Microsoft's JScript, Java or C. ASP allows interaction with ODBC compliant databases on the web server, such as; Microsoft Access, Microsoft SQL Server, Oracle, Informix, or Sybase.
ASP's initially executed only on Microsoft's IIS web server until a company called ChiliSoft developed Chili!ASP which is a software product that facilitates ASP functions on web servers other than Microsoft's IIS web server, such as; Netscape's NT-based web servers like Enterprise or FastTrack, Lotus Domino Go Webserver, or O'Reilly's WebSite.
Extencia is a news server at news.extencia.com for ASP developers.
www.wdvl.com /Software/Tools/ASP.html   (821 words)

  
 Introducing Active Server Pages
For the ASP development community, on the server-side, server components are either intrinsic to the Active Server or they are user-defined.
The Active Server is running in the same address space as IIS, and IIS is running as a service under Windows NT, so both IIS and the Active Server inherit all the security features of the Windows NT operating system.
When those scripts need content generated by the server (namely, filling form controls with database contents, as mentioned earlier), you must tell the Active Server Engine which code is to be executed at the server and which is to be streamed to the client and executed there.
makecashonline.tripod.com /ch04.htm   (8243 words)

  
 Active server pages tutorial: What are Active Server Pages?
Active Server Pages (ASPs) are Web pages that contain server-side scripts in addition to the usual mixture of text and HTML (Hypertext Markup Language) tags.
In the case of an Active Server Page, the process is similar, except there's an extra processing step that takes place just before the Web server sends the file.
This is what the Active Server Page looks like to the Web server before it is processed and sent in response to a request.
www.asptutorial.info /learn/Introduction.asp   (544 words)

  
 Active Server Pages Tutorials, Code Examples & Articles - Technology Tutorials, Code Examples & Tutorials: ...
ASP stands for Active Server Pages and is a Microsoft server-side scripting technology that you can use to build dynamic web applications.
ASP pages can call ActiveX components to perform tasks, such as connecting to a database (MS SQL Server, MS Access, MySQL...) or performing business...
A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client.
www.troobloo.com /tech/asp.shtml   (606 words)

  
 Introduction - Beginning Active Server Pages - Developer Fusion, the UK developer community - VB, ASP, C#, .NET, PHP ...   (Site not responding. Last check: )
Active Server Pages enables a web developer to replace static HTML pages with 'live data'.
The reason is Active Server Pages use Visual Basic as its main language (it also supports Javascript), and therefore makes it easy for a VB developer to become an ASP developer too.
Active Server Pages, meanwhile, allow Visual Basic script to be processed on the server before sending the file back to the client.
www.developerfusion.co.uk /show/1010   (592 words)

  
 Definition of Active Server Pages
Active Server Pages is a technology promoted by Microsoft which allows World-Wide Web developers to embed some Visual Basic code into their HTML documents.
Active Server Pages is only available on Windows NT World-Wide Web servers, running Microsoft's IIS server software.
Since application logic (and an interpreter) is a part of the document retrieval process, these pages have had a history of Security problems, due to both bugs in the Microsoft interpreter and individual applications' logic.
mtechit.com /concepts/active_server_pages.html   (107 words)

  
 Amazon.co.uk: Beginning Active Server Pages 3.0 (Beginning S.): Books: Brian Francis,David Buser,John Duckett,John ...   (Site not responding. Last check: )
One of the strengths of Beginning Active Server Pages 3.0 is the feeling it gives that the authors have been there before you.
Active Server Pages 3.0 is a scripting tool that offers an easy way to programming dynamic web sites.
ASP 3.0 is usually used with Microsoft's Internet Information Server (IIS5) on Windows2000 but is also ported to use on UNIX.
www.amazon.co.uk /Beginning-Active-Server-Pages-3-0/dp/1861003382   (997 words)

  
 CJWSoft Active Server Pages Based Applications (215 USERS ONLINE)
All CJWSoft applications are made up of Active Server Pages source code which means you can modify them to fit your needs.
ASP Photo Gallery allows anyone to have their very own online photo album.
ASP application used for testing data connections to an Access database.
www.cjwsoft.com   (564 words)

  
 Active Server Pages
Microsoft®; Active Server Pages (ASP) is a server-side scripting environment that you can use to create interactive Web pages and build powerful Web applications.
When the server receives a request for an ASP file, it processes server-side scripts contained in the file to build the Web page that is sent to the browser.
Building ASP Pages: Provides the basic information you need to write a script, and introduces topics ranging from basic syntax to creating transactional scripts.
www.microsoft.com /windows2000/en/server/iis/htm/asp/iiwawelc.htm   (202 words)

  
 Active Server Pages
Static pages, that is, Web pages that have the same content each time we view them, are more and more becoming a thing of the past.
Examples of dynamic pages are pages that display the current weather, show today's sales items, or show how stocks are moving right now.
Active Server Pages allow us to combine standard HTML elements like tables, text and titles with scripting language elements like database fields, date/time information and personal customization to produce a webpage that is dynamically generated every time your page is requested from a browser.
www.indiawebdevelopers.com /technology/microsoft/ASP.asp   (256 words)

  
 Active Server Pages - Wikibooks, collection of open-content textbooks
All active members of Wikimedia projects are invited to vote in the 2006 Election to the Board of Trustees
The output of ASP is usually HTML, so it is strongly recommended that you are familiar with at least HTML 4.01.
There are sites such as 1asphost.com that provide free web sites with ASP capabilities.
en.wikibooks.org /wiki/Active_Server_Pages   (381 words)

  
 Free Online Tutorials - Beginners.co.uk
Obviously, the preview version of ASP+ and the runtime framework that we are using is not absolutely complete.
Having seen what ASP+ is all about, and some details of the technologies that support it behind the scenes, it's....
Having seen in outline how ASP+ is now an integral part of the operating system, we need to look at the other asp....
tutorials.beginners.co.uk /index/category/101   (367 words)

  
 oreilly.com -- Online Catalog: Designing Active Server Pages
Designing Active Server Pages is written for those who have already mastered the basics of ASP application development and are ready to move to the next level--such as creating reusable ASP pages that can save a great deal of development time.
Their background in web design, with its separate HTML page for each viewable web page on a site, leads many ASP developers to create a distinct ASP page each time they think they need one.
Designing Active Server Pages is for developers who have already mastered the basics of ASP application development and are ready to take the next logical step.
www.oreilly.com /catalog/designasp   (1410 words)

  
 So You Want ASP, Huh?
Employee A logs in and offers a password to prove that he is who he says he is. The ASP page is then called upon.
The server does all the work rather than relying on the browser to read all the tags, go see the CGI which contacts the database, with replies with a code that is placed in the browser window--hopefully--in a scripting language the browser understands.
Then, on each of the 50 pages you had a line of code that would take what was on that greeting document and post it to the page.
www.htmlgoodies.com /beyond/asp/article.php/3470021   (1881 words)

  
 Active Server Pages
For the most part, the code that you will use for embedding a PopChart image into an Active Server Page is exactly the same as the code you created for the JavaScript embedder in ChapterĀ 4.
For most ASP developers this will be a very obvious conversion process.
The following Active Server Page will produce exactly the same results as the page you created in ChapterĀ 4.
corda.com /docsource/doc4/popchart/docs/pcis_users_guide/using_p7.htm   (792 words)

  
 Amazon.com: Professional Active Server Pages 3.0 (Programmer to Programmer): Books: Alex Homer,David Sussman,Brian ...   (Site not responding. Last check: )
However, because ASP is now a core part of so many Web-oriented features within Windows, this book covers a far wider area than just how ASP works.
ASP is maturing all the time to encompass more integration with other Windows services and software, and so there are many other areas that impinge directly on the use and performance of ASP.
XML, IIS 5, active server components, COM/COM+, ASP Script Components, C++ component issues, ADSI and Active Directory, Message Queue Server, Collaboration Data Objects, Exchange Server integration, certificates, site load balancing, and ASP Object Model are introduced from chapter 11 to 27.
www.amazon.com /exec/obidos/tg/detail/-/1861002610?v=glance   (1960 words)

  
 What is Active Server Pages? - A Word Definition From the Webopedia Computer Dictionary
When a browser requests an ASP, the Web server generates a page with HTML code and sends it back to the browser.
So ASPs are similar to CGI scripts, but they enable Visual Basic programmers to work with familiar tools.
ASP is also short for application service provider
www.webopedia.com /TERM/A/Active_Server_Pages.html   (362 words)

  
 Amazon.com: Professional Active Server Pages 2.0 (Professional): Books: Brian Francis,Richard Harrison,David ...   (Site not responding. Last check: )
With its wide-ranging coverage of ASP technologies and excellent case studies that show useful applications at work, Professional Active Server 2.0 is the only title you will need to become a productive ASP Web developer.
Active Server Pages is the Microsoft technology which allows you to build pages dynamically, access databases easily and build secure commercial applications for use over the Internet.
However, the novice web programmer who is simply looking to spice up their pages with a little server side scripting would be well advised to look elsewhere.
www.amazon.com /exec/obidos/tg/detail/-/1861001266?v=glance   (1971 words)

  
 ASPR Directory - Active Server Pages
This book thoroughly explains databases and ASPs, from the architecture of ADO, OLE-DB, and ODBC to the basic objects used to query and manipulate data in Web pages.
This is the next edition of the number one selling ASP book in the world; Professional Active Server Pages 2.0.
The chapters that are ASP-specific cover both ASP fundamentals, database access, built-in components, and the powerful MPS components.
www.aspin.com /home/books/asp?cob=aspronline   (334 words)

  
 Snitz Forums 2000 - free ASP-based Internet Discussion Forum Software
An initial ASP tutorial explains the basics of the language, but the really interesting educational material accompanies the scripts in the library.
The team behind Professional Active Server Pages 2.0 has written a definitive guide for the latest version of ASP included with Windows 2000.
Filling an important spot in the Wrox Programmer to Programmer series, Beginning Active Server Pages 3.0 is an introduction to the new version of ASP released for the Windows 2000 platform.
forum.snitz.com /buybooks.asp   (871 words)

  
 Sun Java System Active Server Pages 4.0 - Data Sheet
With Java System Active Server Pages, ASP code is portable and can easily be moved from Microsoft Windows to Linux to the Solaris OS - with little to no modification.
Java System Active Server Pages also supports XML, which provides developers with the ability to incorporate pages using the Document Object Model (DOM) and HTTP features of MSXML 1.0 into their Java System Active Server Pages applications.
Java System Active Server Pages allows ASP applications to be moved to more secure Web servers, such as the Java System Web Server.
www.sun.com /software/chilisoft/datasheet.xml   (652 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.