GEODI Setup as an IIS Service

GEODI can run without the need for IIS. However, if you need IIS capabilities, you can also install GEODI as an IIS service. Basic knowledge of IIS is required to follow this page.

IIS Setup

  • IIS application must be installed. If it is installed, it should be checked whether ASP.net components are installed.

  • If the IIS application or ASP.net components are not installed, the "Internet Information Services" button is checked on the "Open or Close Windows Features" menu, then the ASP/ASP .NET 3.5/ASP .NET 4.8 boxes in "Word Wide Web Services → Application Development Features" are checked.

  • The process is automatic. After completion, IIS installation is provided.


Launch IIS application

  • A new application pool is created.

    • .Net CLR version: v4.xx

    • Managed successive mode: Integrated

  • After the pool is created, the application pool ID must be created in the advanced settings. The account defined here must be fully authorized to the "GEODI" and "Defined AppData" Folders.

  • Maximum Worker Processes must be 1.

  • Recycling Conditions → Regular time intervals must be disabled in the pool settings.

 

 

Site Creation

  • A new website is created through the sites. General settings such as site name, physical path, port, domain are made.

  • You can check the authorization controls for the directory you have given with the option to check the settings.

  • The "GEODI" pool we created before should be selected from the application pool.