asp.net - Location tag not working in Web.Config IIS8 -
we have website hosted on windows server 2012 r2 & iis8 has 1 self-hosted web-service & scripts & images folders has resources,.js files & images etc.
issue these /js files & css files not loading on login page configured forms authentication. these js files giving 404 not found error since gets redirected login.aspx page first
things have checked
- location tags present in web.config bypass forms auth these sub-folders
- iusr & iis_iusrs & 'everyone' has full rights in iis on website
- this app works on other hosts & local iis . on server facing problem.
please taking brains out !
Comments
Post a Comment