Enabling Forms Authentication on Web Applications
InstallShield 2022
Project:This information applies to the following project types:
• | Basic MSI |
• | InstallScript MSI |
You can use the Forms Authentication setting, displayed under the Security > Authenticated Access section of the Internet Information Services view for a website, to set forms authentication on web applications. Set the Forms Authentication option to Yes to enable forms authentication.
ASP.NET forms-based authentication works well for sites or applications on public Web servers that receive many requests. This authentication mode lets you manage client registration and authentication at the application level, instead of relying on the authentication mechanisms provided by the operating system.
Important:Forms authentication sends the user name and password to the Web server as plain text. You should use Secure Sockets Layer (SSL) encryption for the Log On page and for all other pages in your application except the Home page.
To enable forms authentication on a website:
1. | In the View List under Server Configuration, click Internet Information Services. |
2. | In the Web Sites explorer, select a website. |
3. | Under Security > Authenticated Access, set the Forms Authentication setting to Yes. |