http://connect.microsoft.com/VisualStudio/feedback/details/641913/visual-studio-azure-tools-sdk-1-3-not-packaging-multiple-sites-correctly
I can add a post build event that will pack my second site.
Problem: What physical reference should be used in ServiceDefinition.csdef?
<Sites> <Site name="Web"> <Bindings> <Binding name="HttpIn" endpointName="HttpIn" /> </Bindings> </Site> <Site name="WebMVCAdmin" physicalDirectory="f:\publishMVCAdmin"> <Bindings> <Binding name="HttpIn" endpointName="HttpIn" hostHeader="pvadmin8.xxx.co.nz" /> </Bindings> </Site>
am using SDK1.3
You need to specify a physical directory for each site specified in your csdef. Take a look at this link to see if it helps:
Deploy multiple sites on one Azure webpage
Source: https://habr.com/ru/post/897696/More articles:Need help with NtCreateFile () to open an index file - c ++Windows Azure with multiple sites in one role does not convert the second web.debug.config to web.config - web-configWhy are do / end and {} always equivalent? - ruby | fooobar.comAzure multiple websites with one role, but some of them are not rebuilt when publishing - azureWinForms ListBox right click - c #Can I save the buffer or contents of the console window for future use? - c #Why does LogonUser (...) not work for domain accounts? - securityIOS: set alpha to UIImage - ioshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/897700/how-do-i-open-a-jinternalframe-centered-in-a-jdesktoppane&usg=ALkJrhgBPMue-G0i7Mz4Aao4Y647xpBbXgPython string obfuscation efficiently - pythonAll Articles