Questions tagged [nodeservices]

3 questions
7
votes
1 answer

Using ASP.NET Core 3.1 with Node.js?

I have read that NodeServices have been deprecated for ASP.NET Core 3.1. Is it still possible to use Node.js to build my JavaScript files into the dist folder in wwwroot?
2
votes
2 answers

ASP.NET Core NodeServices on Azure Linux WebApp

I am used to publish Azure WebApps on Windows but now I am trying to deploy an ASP.NET Core 3 (with NodeServices) to a Linux WebApp and I am receiving the following error message: InvalidOperationException: Failed to start Node process. To resolve…
1
vote
2 answers

Creating PDF document from dotnet Core 2 using node service

I need to create a pdf file from an HTML on the server-side (dotnet core 2) and send it as an attachment of an email. I have created a node service (createPdf.js) as follows and kept it in a local directory (NodeService) within the solution…
Raj
  • 417
  • 1
  • 3
  • 17