9

I am trying to publish a non-modified ASP.NET 5 project to my freshly installed Ubuntu 15.04 server, but I receive the following message:

An error occurred during publish. AspnetPublishHandler with name "Custom" was not found

I bound the server to the correct port with:

docker daemon -H 0.0.0.0:5555 &

The connection validation is successful. Anyone has an idea what could be wrong?

Jannik
  • 2,310
  • 6
  • 32
  • 61

1 Answers1

1

Have you tried after the latest release? For some configuration combination the publish profile was getting generated incorrectly.

Chrysalis
  • 4,130
  • 2
  • 21
  • 23