wcf - How to rapidly publish web role cloud service, uploading only binaries, avoiding wholly restarting the VM? -


possible ways accomplish it:

  1. creating dedicated wcf service purpose (currently favorite option)
  2. using rest api?
  3. azure powershell?

explanation:

publishing web-role cloud-service takes 10 minutes. it's long during development - try as can offline, unit-test-ish , modular, it's impossible avoid development cycles altogether vm.

apparently, long time result of machine being wholly restarted, i'm trying find automatic solution, uploading , installing binaries.

  1. what best way accomplish it?
  2. what think? cut @ least 50% of publishing time?
  3. do expect critical problems?

the solutions proposed below definitely against best practices , should never-ever used in production environment.

if objective test changes in development environment, there 2 ways can go it.

  1. enable rdp , copy modified binaries or other files directly in appropriate folders on vm. enable remote desktop on web role , copy files manually in appropriate folders.
  2. use web deploy: work web roles in project enable web deploy on web roles , use make faster deployment. please see link more details on how use feature: https://msdn.microsoft.com/en-us/library/azure/ff683672.aspx.

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -