c# - ASP.NET Web Application with Windows Authentication not working inside Web Server -


build intranet site mapped sub domain address under windows authentication hosted on web server (windows server 2012 iis 8).authentication works fine when tested outside web serve under same domain.

issue: unable authenticate application inside web server using sub domain address though prompt of user name & password not authenticate because of not resolves external style sheet & images.

following current setting asp.net web application

  1. web site address: subdomain.domain.xx\subsite
  2. application pool using integrated windows authentication
  3. iis 8 authentication setting: asp.net impersonation & windows authentication status enabled
  4. using default iis port
  5. iis binding: default port mapped subdomain.domain.xx unsigned
  6. iis binding: default port mapped blank hosted server ip address.

please advice setting missing sort issue..

first, make sure logging in domain, e.g. yourdomain\yourusername.

you test page shows thinks (identity). may running application pool if it's not quite set right , account doesn't have access other resources needs.

does web browser console confirm error , not incorrect path files?


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -