C# WebForm 打开默认页

原文:https://www.cnblogs.com/lionden/p/3728716.html

 

<configuration>
  <system.webServer>
    <defaultDocument>
      <files>
        <clear />
        <add value="index.asp" />
      </files>
    </defaultDocument>
  </system.webServer>
</configuration>

 

posted @ 2019-12-05 22:14  古兴越  阅读(889)  评论(0)    收藏  举报