You develop an ASP.NET web application that uses a Windows Azure web role. The application includes a startup script that installs a third-party component. You are developing a test plan for the startup script. What should you recommend?()
- A Enable Remote Desktop Protocol (RDP) and deploy the application without the startup script. Connect to the web role instance by using RDP, and then manually test the startup script.
- B Deploy the application in the Windows Azure Compute Emulator.
- C Deploy theapplication with a custom error page.
- D Deploy the application and then use IntelliTrace.