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

  1. location tags present in web.config bypass forms auth these sub-folders
  2. iusr & iis_iusrs & 'everyone' has full rights in iis on website
  3. this app works on other hosts & local iis . on server facing problem.

please taking brains out !


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -