2014年7月25日 星期五

II7 搞定 web.config 設定值

當採用 vs 2008 開發 asp.net ,預帶的 web.config 會無法掛到 IIS7 上
必須調整 web.config 的宣告設定值
參考項:
Default Document
<configuration>
   <system.webServer>
      <defaultDocument enabled="true">
         <files>
            <add value="home.html" />
         </files>
      </defaultDocument>
   </system.webServer>
</configuration> 
--
底下為調整後的 web.config

沒有留言:

張貼留言