在web.config中设置首页

<configuration>
    <system.web>
      <compilation debug="true" targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" />
    </system.web>
  <system.webServer>
         <defaultDocument>
             <files>
                 <clear />
               <add value="test.aspx" />
      </files>
    </defaultDocument>
  </system.webServer>
</configuration>

 

相关文章:

  • 2022-01-21
  • 2022-02-08
  • 2021-09-10
  • 2021-11-12
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-10-04
相关资源
相似解决方案