<modules runAllManagedModulesForAllRequests =“true”/>含義我想知道是什么意思<modules runAllManagedModulesForAllRequests="true" />我使用的是IIS 7.5,我有一個簡單的Web應用程序。我是否需要在web.config文件中編寫此代碼。我還為jquery ajax調用寫了幾個http處理程序。我正在使用表單身份驗證和asp.net 4.0。如何確定我必須運行哪個模塊以及哪個模塊不運行?
3 回答

慕斯709654
TA貢獻1840條經(jīng)驗 獲得超5個贊
在web.config中添加以下代碼
<system.webServer> <modules runAllManagedModulesForAllRequests="true" /></system.webServer>
- 3 回答
- 0 關注
- 1643 瀏覽
添加回答
舉報
0/150
提交
取消