分类

链接

2025 年 11 月
 12
3456789
10111213141516
17181920212223
24252627282930

近期文章

热门标签

新人福利,免费薅羊毛

通过web.config设置网站默认页

<configuration>     <system.web>         <compilation debug="true" targetFramework="4.0" />     </system.web>   <appSettings>   </appSettings>   <system.webServer>     <defaultDocument>       <files>         <clear />         <add value="index.aspx" />       </files>     </defaultDocument>   </system.webServer> </configuration>

.NET 暂无评论 阅读(832)