I have a SharePoint on premise team site. The site uses windows authentication(NTLM). Now I need to make this team site public facing. How to do this? I tried it but it keeps on prompting for credentials.
Anonymous access is working but I require windows authentication too.
In that case, you need to enable anonymous access to your site.
Follow up using this link:Â https://technet.microsoft.com/en-us/library/cc263363(v=office.12).aspx
or you can try this:Â http://www.sharepoint-journey.com/how-to-enable-anonymous-access-in-sharepoint-2013.html
The team site is a fresh site with no customization.
The reason could be because of any file that is not published. For example, Master page, CSS stylesheet or any image is unpublished, it will prompt the user for login.
Make sure everything is published and it will work.