分类

链接

2016 年 11 月
 123456
78910111213
14151617181920
21222324252627
282930  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > .NET > 正文
共享办公室出租
通过web.config设置网站默认页
.NET 暂无评论 阅读(806)
  1. <configuration>
  2.     <system.web>
  3.         <compilation debug="true" targetFramework="4.0" />
  4.     </system.web>
  5.   <appSettings>
  6.   </appSettings>
  7.   <system.webServer>
  8.     <defaultDocument>
  9.       <files>
  10.         <clear />
  11.         <add value="index.aspx" />
  12.       </files>
  13.     </defaultDocument>
  14.   </system.webServer>
  15. </configuration>

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:通过web.config设置网站默认页 | Bruce's Blog

发表评论

留言无头像?