# IIS Authentication

**URL:** https://discuss.workflowgen.com/t/iis-authentication/1053
**Category:** Administration
**Created:** [May 19, 2018, 12:20pm UTC](https://discuss.workflowgen.com/t/iis-authentication/1053 "2018-05-19T12:20:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![stareast](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@stareast](https://discuss.workflowgen.com/u/stareast)
#### Post date: [May 19, 2018, 12:20pm UTC](https://discuss.workflowgen.com/t/iis-authentication/1053/1 "2018-05-19T12:20:36Z")

</div>

Hi, i chose WFGEN authentication instead of IIS in authentication and save the settings in config. Now i am unable to login. Can i update anywhere in the web config in order to login via IIS again?

---

<div class="post-metadata">

### Author: ![eddy.daouk](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.workflowgen.com/eddy.daouk/32/672_2.png) [@eddy.daouk](https://discuss.workflowgen.com/u/eddy.daouk)
#### Post date: [May 25, 2018, 8:33pm UTC](https://discuss.workflowgen.com/t/iis-authentication/1053/2 "2018-05-25T20:33:14Z")

</div>

Hi,

Yes, simply go to the `\wfgen\web.config` file and remove the following:

```auto
<modules>
  <add name="ApplicationSecurityAuthenticationModule" type="Advantys.Security.Http.AuthenticationModule" />
</modules> 

```

The setting should return to IIS authentication.

Regards,  
Eddy.
