How to deploy the solution #57
Replies: 6 comments 13 replies
-
Hi, if you are using azure cloud service you can publish directly from visual studio using web deploy publishing settings which you can get from creating an app service. Here is the link for more information Deploy ASP.NET Core apps to Azure App Service if you are using other hosting services, you have to check if you can host asp net core apps on their platform and also ensure .net runtime is installed there. You can also host the solution with azure functions if possible. The callback URL will work as long as your solution is hosted and secure with ssl. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am using normal web hosting, they have asp.net, and i am running another .net application overthere, so it has .net runtime as well, now i have created one virtual direcotry https://www.print-ley.com/EndPoint, but it hroughs error as below |
Beta Was this translation helpful? Give feedback.
-
tried with self-contained but still getting the same error, BTW, what should i put as "Verify Token", and also what are the other possiblities of such issue? |
Beta Was this translation helpful? Give feedback.
-
Hi Gabriel Regards |
Beta Was this translation helpful? Give feedback.
-
please note that my call back URL is and i am trying to setup a webhook on the above URL but it shows this error |
Beta Was this translation helpful? Give feedback.
-
Where is the problem? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have created meta developer accout, app, and added whatsapp product with the right permissions, created user permenant token.
I got stuck into the following two points
much appreciated in advance
Beta Was this translation helpful? Give feedback.
All reactions