.net - Deploy An Application on Azure, Need Some Pointers -


i'm new @ azure , environment, if not suitable question sincere apology...

i'll try simplified can:

i programmed 2 project in .net:

  1. engine - project work.("business layer")
  2. presentation - project gui engine.("presentation layer")

both of project communicate each other.

the engine have api (dcom), can access in local area newwork.

now want upload engine on azure , access computer.

how can upload application ? useful tips or articles/tutorials ?

i saw lot of microsoft article didnt pick there...

thanks.

update:

i created virtual machine , installed engine there, working till now.

now search way website (asp.net mvc 4) publish on azure communicate software installed on virtual machine created( send file software , back).

any idea how can accomplish ? how can website connect , invoke procedure in vm ? , transfers files there , back/

thanks again.

i assume engine implemented .net com+ serviced component (since there references both .net , dcom server)

if 'engine' hosted in azure iaas vm, need open vm endpoint (and, if necessary, set acl control allowed access vm ) make accessible engine: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-set-up-endpoints/

btw, apart deploying 'engine' in iaas vm, can consider hosting in either web or worker role in azure paas compute: see link more details: http://michaelwasham.com/2011/05/15/deploying-a-com-servicedcomponent-to-windows-azure/


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -