Xafari Security enhancements IIS7/8 Authentication

StatusIDPriorityType
Closed23212CriticalQuestion
ProfileReply
Lars PlatzdaschClient

Hi,

we use Xafari Security enhancements. in Web.App we see the Logon Screen with Standart and Winowss Auth.

What type of Authentication we need to Set in IIS to get both XAF Authentications running?

Replies

UserDescriptionPosted On
NikolayAgent

Hello Lars,

To use both authentication types you have to make the following settings.

  1. Enable ASP.NET Impersonation in your application and enable Windows Authentication.
  2. Create a local group at the web server for application users and add their accounts to this group.
  3. Grant read-write permissions to the system %TEMP% folder for the newly created group.
  4. Grant access to the application database for the newly created group. You can also modify connection string in the web.config to connect to the database using single account.

Let me know if this helps you.

Nikolay.

× This ticket is closed.

Write US