publish a web service

I have a .NET Web App that contains a web service. My web service references a managed DLL I have created. MyManaged.dll is linked to a C++ static library. When I try to publish my web app on Azure I got:

Could not load file or assembly 'MyManaged.DLL' or one of its dependencies. The specified module could not be found.

Sure it cannot because on Azure there is no static library. In my Web App, I have set in properties of MyManaged.dll reference, the Copy local attribute to true. 

On my local machine I have solved this error by adding to system PATH environment variable the path to my static library, so IIS can find it. 

How to do this on Azure? 

Thank you


August 29th, 2015 6:26pm

Hi,
Please refer the link  it may provide you the information on deploying  the web app in Azure.
https://azure.microsoft.com/en-in/documentation/articles/web-sites-deploy/
https://azure.microsoft.com/en-in/documentation/articles/cloud-services-how-to-create-deploy/
https://msdn.microsoft.com/en-us/library/azure/ee460772.aspx?f=255&MSPPError=-2147217396

Hope it helps!

Regards,

August 30th, 2015 10:51am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics