Mendix windows service on windows Server 2012

2
I'm trying to install mendix service console on a Windows Server 2012 and i want to know some stuff: What is the minimum required functionalities of IIS 8.0 that is needed? What is the minimum server role a mendix user should need? Does ASP.NET URL Rewriter support IIS 8.0?
asked
3 answers
2

Pieter,

From the documentation on : https://world.mendix.com/display/howto40/Prerequisites

You have to define the Windows user that must be used to run the Mendix service and application. This must be a user without administrative rights. We recommend to restrict this user as much as possible and to give the user only rights to access the folders of the Mendix application.

So you need a user with access to the application folder and rights to start a windows service.

From your questions I understand that you have specific questions about IIS. Mendix allows you to deploy in windows without IIS. So IIS is not required to deploy Mendix on a windows environment.

answered
0

If the url rewriter does n't support IIS 8.0 you can use the Application Request Routing

answered
0

Thank you for the advice, but first i need to know which functionalities I minimally need to run a Mendix service.

This is a list of the functionalities that come with IIS 8.0 : http://technet.microsoft.com/en-us/library/hh831608.aspx

I also would like to know the minimum server role a mendix user needs?

Thanks in advance for your answers.

answered