You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<system.web><authentication><!--設定認證模式--><authorization><!--授權角色使用者--><browserCaps><!--瀏覽器相容性相關--><clientTarget><!--管理用戶端瀏覽器集合--><compilation><!--彙整與編譯設定--><customErrors><!--客製化錯誤頁面的設定--><globalization><!--語系跟編碼規則--><httpHandlers><!--HttpMethod與Handler的設定--><httpModules><!--Http模組設定--><httpRuntime><!--ASP.NET執行環境的設定--><!--maxRequestLength="102400" 預設值4096 KB(4MB),所以102400KB為100MB--><!--executionTimeout="600" 上傳時間(秒),600秒為10分鐘--><identity><!--控制執行應用程式的身分--><machineKey><!--表單驗證與Session加解密的方式--><pages><!--設定頁面資訊--><processModel><!--應用程式的Process設定--><securityPolicy><!--定義檔案安全層級--><sessionState><!--設定Session狀態--><trace><!--追蹤資訊--><trust><!--設定該應用程式信任層級--><webServices><!--web services xml 定義 --></system.web>
location 標籤: 使用該標籤包裝起來,可設定該內容對指定的子資料夾有效。
<configuration><system.web></system.web><location path="sub1"><!--Configuration for the "Sub1" subdirectory. -->
<system.web></system.web></location></configuration>