<system.webServer> <!-- SM Server Config --> <validation validateIntegratedModeConfiguration="false" /> <handlers> <add name="wa-handler" path="*" verb="*" type="" modules="IsapiModule" scriptProcessor="%NETE_WA_PATH%\ISAPI6WebAgent.dll" resourceType="Unspecified" requireAccess="None" allowPathInfo="false" preCondition="" responseBufferLimit="4194304" /> </handlers> <modules> <remove name="FormsAuthentication" /> </modules> </system.webServer>
问题解决了:显然,SiteMinder要保护ASP。NET MVC应用程序,它必须升级到R12.5/WebAgent 7或更高版本。只需在IIS服务器上更新SiteMinder,它就会开始工作。