User1065476709 posted
Hi Roemesh,
I have migrated forms authentication from IIS to IIS. how can i add new users to it. or any other way i can test the websites without authentication or some approach when i do not have
forms authentication to it. My code is deployed one so can not make any changes to it
You can try to add a user account to the collection of IIS Manager users by credentials element.
<credentials>
<add name="ContosoUser" password="Encrypted-Password-Data" enabled="true" />
</credentials>
Best regards,
Sam