javascript - IIS: Images, CSS and Scripts missing -
javascript - IIS: Images, CSS and Scripts missing -
i publish site using iis, got error cannot read configuration file due insufficient permissions
. tried adding permissions iis_usrs, computer (win7) not have user. right clicked on folder > security tab > edit > advanced , searched user not present.
i editted basic settings of application in iis , connected specific user. worked fine did not error message cannot read configuration file due insufficient permissions
. page displayed no style. css, image , javascripst files not loaded. tried browing images setting each of paths in url. images exist able browse, not load page.
i opened controll panel > programs , featured > turn owindows features on or off > net info services > www services > mutual http featured , checked static content. did not solve issue.
why this?
how can prepare please?
if using iis7 or 7.5:
open iis manager > take site > iis panel > authentication > anonymous authentication: enabled , edit setting create sure using application pool identity.
javascript css image iis visual-studio-2012
Comments
Post a Comment