locked
Deploy .net core 3.1 application RRS feed

  • Question

  • User-257070954 posted

    Hi All,

              How we publish .net core 3.1 application web hosting plan  with Godday, GrabWeb Hosting providers

    I want to deploy api application and UI application. I already had domain and space. 

    Saturday, July 25, 2020 5:21 AM

Answers

  • User-257070954 posted

    This issue i fixed in UI Level by changing 

    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />

    to

    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />

    I took server space in Grabweb. They supporting .net core 3.1

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Saturday, July 25, 2020 4:03 PM

All replies

  • User-2054057000 posted

    GoDaddy does not support ASP.NET Core. 

    You have to try some other hosting that supports asp.net core. 

    The procedure is same. Just use the publish option in Visual Studio then upload all the contents of publish folder from your local pc to your website's folder in your hosting using filezilla.

    Using FileZilla FTP Client to Upload and Download Files from Hosting Server

    Saturday, July 25, 2020 5:51 AM
  • User-257070954 posted

    I uploaded all the content from local to my server space. Saved data in Filemanager/httpdocs folder both Client and Ui Application
    From here i don'tknow what to do. When i check url in browser its not showing my default page.So how solve this issue?

    Saturday, July 25, 2020 7:37 AM
  • User753101303 posted

    Hi,

    Or try https://uk.godaddy.com/community so that you can get help from someone actually using godaddy and possibly ASP.NET Core (rather than ASP.NET Core and possibly godaddy).

    Edit: according to https://uk.godaddy.com/community/GoDaddy-Web-Hosting/Support-for-asp-net-core-for-cpanel-linux-server/m-p/165333 it seems that in June they still supported only ASP.NET Core 2.x

    Saturday, July 25, 2020 9:23 AM
  • User-257070954 posted

    This issue i fixed in UI Level by changing 

    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />

    to

    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />

    I took server space in Grabweb. They supporting .net core 3.1

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Saturday, July 25, 2020 4:03 PM
  • User932909087 posted

    Hi All,

              How we publish .net core 3.1 application web hosting plan  with Godday, GrabWeb Hosting providers

    I want to deploy api application and UI application. I already had domain and space. 

    Hi binustrat,

    You can use FTP or Visual Studio to publish your .net core, you can refer to https://windowswebhostingreview.com/how-to-build-simple-asp-net-core-website/.

    Tuesday, August 18, 2020 4:54 AM