多项选择题
A.Restart of the Microsoft IIS 6.0 host.
B.Restart of the Microsoft Windows Server 2003 that hosts the Web application.
C.Addition of a new assembly in the Bin directory of the application.
D.Addition of a code segment that requires recompilation to the ASP.NET Web application.
E.Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application.
F.Modification to the Web.config file in the <system.web> section for debugging the application.
单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application is deployed on a Microsoft IIS 6.0 Web server by using the default ASP.NET version 2.0 application pool and Windows Authentication. The application contains functionality to upload files to a location on a different server. Users receive an access denied error message when they attempt to submit a file. You need to modify the Web.config file to resolve the error. Which code fragment should you use?()
单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. When you access the application in a Web browser, you receive the following error message: "Service Unavailable". You need to access the application successfully. What should you do?()
单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to capture the timing and performance information of the application. You need to ensure that the information is accessible only when the user is logged on to the Web server and not on individual Web pages. What should you add to the Web.config file?()