单项选择题YouhaveaMicrosoftASP.NETFrameworkversion1.0application.TheapplicationdoesnotuseanyfeaturesthataredeprecatedintheMicrosoft.NETFrameworkversion3.5.TheapplicationrunsonMicrosoftIIS6.0. YouneedtoconfiguretheapplicationtousetheASP.NETFrameworkversion3.5withoutrecompilingtheapplication. Whatshouldyoudo?()
A.Edit the ASP.NET runtime version in IIS 6.0.
B.Edit the System.Web section handler version number in the machine.config file.
C.Add the requiredRuntime configuration element to the Web.config file and set the version attribute to v3.5.
D.Add the supportedRuntime configuration element in the Web.config file and set the version attribute to v3.5.