You are designing a Windows Azure web application that does not use ASP.NET.  <br /> The application requires a standalone Win32 interpreter. <br /> You need to recommend an approach for allowing access to the interpreter. <br /> What should you recommend?()<p> You are designing a Windows Azure web application that does not use ASP.NET.  <br /> The application requires a standalone Win32 interpreter. <br /> You need to recommend an approach for allowing access to the interpreter. <br /> What should you recommend?()</p>
A、A. Use a web role. Configure the interpreter as an ISAPI filter.
B、B. Use a web role. Configure a FastCGI handler for the interpreter and set the path to the interpreter.
C、C. Use a worker role with an internal endpoint. Enable native code execution.
D、D. Use a worker role with an external endpoint. Configure a FastCGI handler for the interpreter and set the path to the root.