Why can't Azure find IISConfigurator.exe in my cspkg?
问题 I am using the Azure 2.5 SDK to upload a cspkg + cscfg to create a new web role deployment in Azure. When I do, I see the following error with status BadRequest . {"BadRequest : The file provided is not a valid service package. Detailed error code: {0} Invalid application runtime - a runtime component is missing:/base/x64/IISConfigurator.exe."} Where {0} is the role/project name. However , when I inspect the contents of my cspkg file, the base/x64 directory DOES contain IISConfigurator.exe. I