asp.net core app. 500 - Internal server error

David Edel

I uploaded my website to godaddy windows hosting with plesk. All files are uploaded but I get an error:

500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

From researching the problem online I figured the prob;em must be in my web.config file

I am showing here what I have in my web.config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false" allowOverride="false">
<system.webServer>
  <httpErrors errorMode="Detailed"/>
  <handlers>
    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
  </handlers>
  <aspNetCore processPath="dotnet" arguments=".\myApp.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
</system.webServer>
<system.web>
  <trust level="Full" />
 </system.web>
 </location>
 <system.web>
<customErrors mode="Off" />
</system.web>
</configuration>
David Edel

So after trying everything including calling godaddy and searching all over, I found out that GoDaddy doesn't support asp.net core 2.0 applications

I hosted with 1and1 windows hosting and it runs!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

asp.net core app deployed on iis meets 500 internal server error

ASP.NET 500 Internal Server Error while calling webmethod from javascript

ASP.NET Core WebAPI 500 Internal error in IIS 7.5

Ajax request for asp.net mvc controller returning 500 - internal server error

Getting 500 Error code from asp.net core app on iis 8.5 windows server 2012 but works fine on console

ASP.NET Core hosting - 500 internal server error

Asp net core publish on azure app services 500 server error

ASP.NET Core API - 500 internal server error,only on production

ASP.NET Mobile App getting "500 Internal Sever Error" from requesting a simple GET action

Asp.Net Core 2 Web API 500 internal server error

500 Internal Server Error on JSON Post ASP.net MVC

ASP.NET Core API 500 Internal Server Error when uploading file on IIS

“500 - Internal server error” when calling ASP .Net Core 2.1.7 micro-service on Windows Server

500 Internal Server Error when Regex fails in C# data annotation asp.net core 2

ASP.NET Core 2.2 Web API Angular. Hosting provider says 500 - Internal server error

ASP.NET cannot get rid of "500- Internal server error"

Using jQuery to directly call ASP.NET AJAX page methods -- 500 (Internal Server Error)

500 (Internal Server Error) ASP.Net MVC 5 c#

ASP.NET Identity Google Callbackpath throwing internal server error 500

500 (Internal Server Error) when sending AJAX post to ASP

ASP.NET Core Web API 500 Internal Server Error

ASP.NET Call to API Endpoint returns 500 - Internal Server Error

ASP.NET Web API CreatedAtRoute return 500 Internal Server Error

500 Internal Server Error in ASP.NET MVC Bundles

Internal Server Error (500)

Web application using c#.net Core internal server error 500

ASP.NET IIS Application 500 Internal Server Error

403 Forbidden/500 Internal Server Error after deploying .net core api AWS Serverless application

500 Internal Server Error when hosted .net Core App in Docker