你在为一家公司做ASP.NET应用程序。客户将用这个应用程序在线提交索赔表格。你计划在多个服务器上部署应用程序...
A、修改Web.config文件支持StateServer模式
B、修改Web.config文件支持SQLServer模式
C、修改Web.config文件支持InProc 模式
D、在Global.asax文件中的Session_Start程序中,设置WebMethod特性的EnableSession属性为true
E、在Global.asax文件中的Session_Start程序中,设置WebMethod特性的Description属性为sessionState