首页 > 代码库 > asp.net笔记

asp.net笔记

<configuration>
  <system.web>
      <compilation debug="true" targetFramework="4.0" />
    </system.web>
  <system.webServer>
    <defaultDocument>
      <files>
        <add value=http://www.mamicode.com/"index.aspx"/>
      </files>
    </defaultDocument>
    <directoryBrowse enabled="true"/>
  </system.webServer>
</configuration>

asp.net笔记