css - Resource interpreted as Stylesheet but transferred with MIME type text/html (IIS) -
i following warning in chrome: "resource interpreted stylesheet transferred mime type text/html." happens when running website in browser iis 8 (on windows 8). if run website visual studio (2010) using file system have no issues (meaning css has been applied website , website viewed expected).
i've read through posts on issue, have not yet been able resolve it. if can give me suggestions, great.
actually, found out in case happened rights (permissions)-issue. had @ mime-types before in iis , we're set accordingly, css set "text/css". when added users-group have permissions on website-folder have "read & execute, list folder contents , read"-permissions set allow, solved issue.
conclusion may due using different root websites-folder iis you're css "cannot accessed" properly. though think problem you're mime type settings in iis, may user-group (you need add iis_iusrs-group if haven't already) wasn't added default root folder of you're websites located , experience issue.
Comments
Post a Comment