Search code examples
asp.net-mvchostingplesk

ASP.NET MVC with Plesk


I have an ASP.NET MVC web application that I'm trying to publish to Plesk, but I get a 500.21 Internal Error each time about a bad module.

In general, I'm not sure how to work with Plesk and ASP.NET MVC, this is my first time deploying to a hosting service and I haven't found much documentation on it. Could anyone point me to some helpful resources?? Or copy/paste some good instructions on how to do this? It seems anything that I do find is outdated..


Solution

  • Turns out that Plesk Onyx doesn't support .Net core (or at least GoDaddy won't enable the drivers to support it). I had to transfer it all over to .Net 5 and that solved the problem!