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