Hello All,
I needs to create a new web application with Windows authentication as well as Forms based authentication. How can I apply both authentication provider using power shell script.
What I did is
- Create a Web application using Windows authentication.
- Create ASp.net membership provider.
- Assign this provider to web aplication.
When I am assigning newly created Asp.net membership provider, It removes windows authentication.
I wants to keeps this both provider for my web application.
How can I do that.
Thanks in Advance