这是我的网络配置
<configuration>
<connectionStrings>
<add name="vmpcon" connectionString="data source=localhost;Database=XXXX;User ID=XXXX;Password=XXXX; Trusted_Connection=False;" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>
我在该网站上有一个页面,当我导航到它时,我只得到没有任何css影响且没有图像的html。
我尝试使用chrome来检查控制台上是否有任何错误,但控制台上没有错误
我在IIS上选择integrated
,但如果我选择classic
,则该页面将变为空。
请帮我加载css和图片吗?
如果您需要更多信息,请告诉我
IIS 6.1
在chrome中,我看到css文件的类型是text/plain
,虽然我声明它是这样的:
<head runat="server">
<title>YMC Popup</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
答案 0 :(得分:0)
通过服务器管理器启用静态内容是解决方案