DS 420ssg b Las Vegas Team Dr.Elliott
Home Topic Links Glossary Team member

¡@

Questions Answer Links
How do intranet relate to client/sever system Browser=Client, Web server= Server

CGI, proprietary server API, JDBC driver or Java servlet = Middleware

Click to learn more
What is ASP? Active Server Pages (ASP) is a server-side scripting environment that you can use to create and run dynamic, interactive Web-server applications. ASP allows you to combine HTML, scripting, components, and transactions to create interactive Web content or Web-based applications. Click for learn more
What kind of Data Access technology is associated with ASP? List some other Micrsoft Data Acess technologes ADO (ActiveX Data Object), one of the ASP add-on components, is the data access component for ASP.
  • OLE DB and Microsoft ActiveX Data Objects (ADO) for all types of data
  • Open Database Connectivity (ODBC) for relational data
  • Remote Data Objects (RDO) for ODBC data
  • Data Access Objects (DAO) for local data (Microsoft Jet database engine)
  • DAO for ODBC data (ODBCDirect)
Click to learn more
Please give the 3 feature of IIS IIS is the only World Wide Web server that:
  • Is integrated with Windows NT Server.
  • Is a comprehensive Web server solution.
  • Makes it easy to develop Web-based applications.
Click to learn more
How the MTS and IIS integrate? MTS and IIS are integrated on two different levels:
  • IIS uses MTS as its application engine IIS takes advantage of the high-performance thread pool engine built into MTS. While this fact is transparent to most web application developers, it is apparent when looking in the IIS Microsoft Management Console.
  • IIS supports Transacted Active Server Pages IIS allows application developers to create Active Server Pages that take advantage of transactions. Any data access performed in the ASP, as well as any components it calls, can be transacted. The transactional support is provided by MTS.
Click to learn more