HOTSPOT
You manage an Internet Information Services (IIS) 6 website named contososite1. Contososite1 runs a legacy
ASP.NET 1.1 application named LegacyApp1. LegacyApp1 does not contain any integration with any other
systems or programming languages.
You deploy contososite1 to Azure Web Sites.
You need to create documentation for configuring the Azure Web Apps. You have the following requirements:
LegacyApp1 runs correctly.
The application pool does not recycle.
Which settings should you configure to meet the requirements? To answer, select the appropriate settings in
the answer area.
Hot Area:

Explanation:
* Managed Pipeline Mode: Classic.
Sets the IIS pipeline mode. Leave this set to Integrated (the default) unless you have a legacy website that
requires an older version of IIS. In this case we have a legacy app
* Always on: ON
Always On. By default, websites are unloaded if they are idle for some period of time. This lets the system
conserve resources. In Basic or Standard mode, you can enable Always On to keep the site loaded all the time.
If your site runs continuous web jobs, you should enable Always On, or the web jobs may not run reliably
Could someone please confirm and explain? Thanks.
0
0
https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-configure
Managed Pipeline Version. Sets the IIS pipeline mode. Leave this set to Integrated (the default) unless you have a legacy app that requires an older version of IIS.
https://stackoverflow.com/questions/10943111/app-pool-timeout-for-azure-web-sites
0
0
.NET v4.6 should be backward compatible with legacy apps according to this link:
https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/version-compatibility
PHP should be turned off.
Others seem to be correct.
2
0
Besides, part of that new 243Q 70-533 dumps for your reference:
https://drive.google.com/open?id=0B-ob6L_QjGLpfnV3MVl6X3pXOWw1Z3YtQUpJRVRiTkNkbGNFbVBNRXhjSkw3bWk1WHdYcW8
Best Regards!
0
0