2016年11月17日 星期四

umbraco 設定檔案上傳大小

web.config 設定


<system.web>
    <httpRuntime maxRequestLength="204800" executionTimeout="99999" />
</system.web>
<system.webServer>
    <security>
        <requestFiltering>
            <requestLimits maxAllowedContentLength="204800000"/>
        </requestFiltering>
    </security>
</system.webServer>

標籤:

2016年11月14日 星期一

iis安裝 應用程式選項


blog 後台無法post


標籤:

2016年11月11日 星期五

umbraco 升版錯誤

執行sql:
ALTER TABLE [cmsPropertyTypeGroup] ADD [uniqueID] UniqueIdentifier NOT NULL CONSTRAINT [DF_cmsPropertyTypeGroup_uniqueID] DEFAULT (NEWID())


重複索引件問題