ASP.NET page is not loading CSS styles

前端 未结 6 1017
梦毁少年i
梦毁少年i 2020-12-16 14:12

This is a simple website in ASP.NET with C# using VS 2010. I have following directory structure for this project:

6条回答
  •  轮回少年
    2020-12-16 14:45

    Add runat="server" to the head attribute and also ensure the link targets the root as in ("~/path to css")

    
        Page Title Here
        
        
    
    

提交回复
热议问题