By Michael Corning, Steve Elfanbaum, David Melnick
B:
For the first time, build a complete working application for the Web with server side scripting! Working with Active Server Pages is the authoritative guide to understanding, designing, and developing dynamic Web pages using your Windows NT 4.0 Server. Created with the developer in mind, this easy-to-use guide has been carefully crafted to introduce you to the power and flexibility of creating dynamic Web pages with your Windows NT 4 Server, Microsoft's IIS 3.0, and Active Server Pages.
But that's not all this book covers! You'll quickly:
Obtain comprehensive coverage of Microsoft's Active Server Pages environment, including design, development, and implementation of dynamic Web pages
Extend ASP functionality by creating COM objects in Visual Basic
Master the nuances of VBScriptt and scripting integration with Active Server Pages
Manage states and events with ASP objects
Build Web pages anyone can browse
Discover the power of client and server load balancing and eliminate the need for powerful client software
Incorporate your existing programs into your Web site
Acquire the tools from ASP to integrate your existing information systems into new Web-based applications
This issue of 15 Seconds contain an example of how to create an ISAPI server extension in MSVC 4.2 with ODBC 3.0 connection pooling. There is also an evaluation of ODBC 3.0, OLEDB, ADO and DAO. [Read This Article][Top]
Connection pooling might be the easiest way to speed up your dynamic web pages reading from SQL Server. Unfortunately, connection pooling within is turned off by default in Active Server pages. Probably because connection pooling is rarely understood in its entirety. This issue discusses connection pooling with ASP, ISAPI, IDC, and Visual Basic applications. Included is a discussion about ODBC 3.0 and the newest bug fix for ODBC. [Read This Article][Top]
In this article Amos El-Roy demonstrates how to create a file repository using ASP pages. A seamless approach that maximizes accessibility and lowers administrative overhead is illustrated in the article's example, which is available for download. [Read This Article][Top]
Bill Jeffries's article on Excel's Web Query tool demonstrates how to update selected spreadsheet cells instantly over an HTTP connection. [Read This Article][Top]
The help system presented in Vujosevic and Laberge's article is self contained and can be updated and altered without impacting the original Web application. Much like an online book, the help icon in the Web application dives into an application system for the help option. Each Web page has its own separate help page with a database that contains one row in a table for every calling Web page. Sample code is provided. [Read This Article][Top]