![]() |
|
||||
HTML Forms and MS Exchange Server
An interesting case of using Active Server Pages technology is in Microsoft
Outlook Web Access. It is an e-mail client of special kind. It comes with
Exchange Server 5.5. It is installed on Microsoft Internet Information
Server and allows web users (even those who are communicating to IIS via
the Internet) to use Exchange services. For example, they can read and
send mail, and have access to their calendars. Essentially Outlook Web
Access is a collection of Active Server Pages (.asp) that interact with
Exchange server via VBScripted CDO. An end user with only browser software
can now access Exchange services such as e-mail and public folders. Examine
.asp files that Outlook Web Access uses to get an idea of how everything
works. You will be surprised to see JavaScript code in this Microsoft product.
Outlook Web Access is using JavaScript to extend compatibility with Netscape
Navigator clients in addition to Internet Explorer clients.
Installing Outlook Web Access You install Outlook Web Access on Microsoft Internet Information Server.
To install - use Microsoft Exchange Server setup disk and choose Outlook
Web Access option. You don't need to install it on the same computer where
Exchange server runs.
|