Resource interpreted as Stylesheet but transferred with MIME type text/html in ASP.NET IIS

后端 未结 6 1821
臣服心动
臣服心动 2020-12-08 15:16

i am having a login page when executed the page is stripped out of css.

I found out this message from from chrome debugger. I am using asp.net 2008.

6条回答
  •  旧时难觅i
    2020-12-08 15:56

    This is a problem when you are using rewrite url in IIS (in my case it was that), you need to add this entry in your web.config file of your web before the entry of rewrite, something like this:

    
        
        
            
        
        
    
    
        
        
            
            
        
        
    
    

提交回复
热议问题