Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Common HTTP Features

  • Default Document

  • Directory Browsing

  • HTTP errors

  • Static Content

Security

  • Request Filtering

  • Windows Authentication

  • Basic Authentication

Performance

  • Static content compression

  • Dynamic content compression

Application Development

  • .NET Extensibility 3.5

  • .NET Extensibility 4.7

Application Initialisation

Management Tools

  • IIS Management Console

  • Management Service

...

Database Installation

VIENNA Advantage framework supports 2 different RDBMS, and you can choose either of them.

Oracle

  • Oracle 12cR2 & 19c database versions are supported.

  • Make sure Character set is AL32UTF8

  • Make sure Database deferred segmentation is False before creating new user in database to import database file. (alter system set DEFERRED_SEGMENT_CREATION = false;)

    Reference Link: https://www.oracletutorial.com/getting-started/install-oracle/

PostgreSQL

...