• Web Pages version 2兼容 Web Pages version 1的设置


    • If you want to run a site using Web Pages version 1 (instead of the default, as in the previous point), you can configure the site to do that. If your site doesn't already have a web.config file in the root of the site, create a new one and copy the following XML into it, overwriting the existing content. If the site already contains aweb.config file, add an <appSettings> element like the following one to the <configuration> section.

      <?xml version="1.0"?>
      <configuration>
      <appSettings>
      <add key="webPages:Version" value="1.0"/>
      </appSettings>
      </configuration>
  • 相关阅读:
    HTML中Css补充资料
    HTML表单
    HTML盒子模型
    标准文档流
    什么使用面向对象
    static修饰
    static修饰
    列表样式
    java基础(9)
    java基础(8)
  • 原文地址:https://www.cnblogs.com/imust2008/p/4272711.html
Copyright © 2020-2023  润新知