Dynamic Content
Microsoft Internet Information Server can do much more than just deliver static text information by serving conventional HTML files. Web pages can be built on the fly - the requested information can be extracted from a corporate SQL database or Exchange server, queried in real-time by the web server:
This not only ensures that requested information is always up-to-date, but also frees programmers and web authors from generating HTML pages.