Select from following answers:- On the server, start asynchronous processes to provision each virtual machine. On The client, use JavaScript to query the server every five seconds for a status update.

- On the server, synchronously provision each virtual machine. When complete, Return a status update to the user
- On the client, use JavaScript to launch a separate asynchronous process for each Virtual machine to be provisioned. Within each process, request a page from the Web server that provisions a virtual machine.
- All Above
This approach blends server-side and client-side programming to provide a responsive user interface.
The web server communicates directly with the server
hosting the virtual machines because the client would not have authorization
Show Correct Answer
Source: Microsoft | |
Alert Moderator