目前分類:ASP.NET (3)

瀏覽方式: 標題列表 簡短摘要

VS2008建立的檔案預設都是UTF-8編碼

但是早期的校務系統是big5編碼

liuchiu 發表在 痞客邦 留言(0) 人氣()

傳統的NETWORK SERVICE似乎沒什麼用
要新增具有寫入權限的應該是IIS虛擬帳戶

liuchiu 發表在 痞客邦 留言(0) 人氣()

<system.webServer>
    <security>
        <requestFiltering>
            <requestLimits maxAllowedContentLength="52428800"/>
         </requestFiltering>
    </security>
</system.webServer>

 

52428800=50 MB*1024*1024bytes

liuchiu 發表在 痞客邦 留言(0) 人氣()