node.js - Run DLL on Azure Cloud Service -


i've worked lot azure websites not cloud services. need spin cloud service uses third party dll generate pdfs (http://wkhtmltopdf.org/). however, write server in nodejs , examples in asp.net. need know how reference , execute dll (or exe, if that's easier) node js in azure web role when request comes in. i'd appreciate pointers.

thanks, sam

edit: it's not matter of referencing or using dll code have issue with. it's how install dll on azure web role. can in azure cloud service / web role upload project package no explanation on how add dll or exe (except in asp.net, not using. i'm using nodejs).

you can put installer in web role package, , set startup task in servicedefinition.csdef file roles. here sample on official site install .net on cloud service role, guiding install .net in cloud service, steps , scenario should same.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -