ASP.NET page is not loading CSS styles

前端 未结 6 1025
梦毁少年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:56

    Try with (~ in your path):

    <%@ Master Language="C#" AutoEventWireup="true" CodeFile="Site.master.cs" Inherits="SiteMaster" %>
    
    
    
    
    Facial Recognition Bank System
    
    
    
    
    
    
    

提交回复
热议问题