0

I have a web site hosted in one of the local servers recently we did a change where it redirects to a custom page when I login to the actual server and navigating it works as expected. Where as when I am using outside the server like

https://mysite/sa/sites/siteName/#admin

it keeps on asking for username and password, I am using windows authentication, I tired all the options available as per the sources from stack over flow and other but nothing works

How to allow anonymous access to web-site on IIS 7.5? Windows Authentication not working on local IIS 7.5. Error 401.1

I tried changing the permissions on the folder by giving IUSER as full access and changing it to applicationidentity but nothing works

Here is authentication set at different level

Website level

Site root level

[Actual site level3

Developer
  • 8,390
  • 41
  • 129
  • 238
  • could you please enable failed request tracing rule in iis for the 200-500 error code and reproduce the issue to see what is the error code – Jalpa Panchal Apr 20 '23 at 09:21
  • OK I tried this but no luck https://stackoverflow.com/questions/24450034/iis-7-ip-address-forwarding I will check the tracing – Developer Apr 20 '23 at 09:33
  • I added this in config and it works `                                                                                                 ` – Developer Apr 20 '23 at 09:41
  • If you're using Windows Authentication, you should disable Anonymous – Gabriel Luci Apr 24 '23 at 19:46

0 Answers0