.net - Visual Studio Development Server - CSS is lost. On IIS Server is working -
when i'm using visual studio development server
(http://localhost:64217/application
) css
gets lost , chrome
showing following warnings , errors:
resource interpreted stylesheet transferred mime type text/html: uncaught syntaxerror: unexpected token <
when using iis server
(http://localhost/application
) styles fine.
i've checked these duplicate questions visual studio development server not updating css , javascript? , lose “modern” (css3) styles when viewing on iis vs vs development server [closed]. unfortunately none of them helped me.
i've tried clearing cache , didn't help. guesses might cause happen appreciated.
also have mention happened today. in past using both iis
, development server
, didn't have problem.
edit
i'm using jquery mobile
, i've included jqm css
in master page:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" runat="server" />
all other css
files included in app_themes/default
, included in web.config
:
<pages theme="default" />
Comments
Post a Comment