.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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -