How to Deploy .Net Application to AWS EC2

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 36

  • @pedalingstory2008
    @pedalingstory2008 3 года назад +2

    Awesome , On point with no distractions thanks for the video.

  • @zlarson6982
    @zlarson6982 9 месяцев назад +1

    What would you do if this application is connected to a SQL server as their backend? What additional steps would you do? Thank you!

  • @osmangul7
    @osmangul7 2 года назад

    you're awesome man thanks for everything

  • @krishnateja6945
    @krishnateja6945 3 года назад +1

    Thanks man. Straight to point.

  • @aboubacar.traore
    @aboubacar.traore 3 года назад +2

    Web deploy extension not being available in website option.

  • @alejandrograterol8946
    @alejandrograterol8946 2 года назад +1

    Done step by step in VS when publish file is imported error Validate connection "ERROR_DESTIONATION_NOT_REACHABLE" I can not connect... the port 8172 is closed, I open in the server firewall rule and in the security groups and it is not open yet... Can you please explain more how enabled the port from AWS console.?

  • @manoj081182
    @manoj081182 2 года назад +1

    Hi, I have deployed netcoreapp3.1 but its working with localhost only, its not working with public IP, do we need some settings/configuration required for this, the issue is with deployment on server OR AWS instance deployment, can you please help here it will be great help, Thanks in advance.

  • @osmancayr3709
    @osmancayr3709 2 года назад

    Thanks so much, you are amazing.

  • @latinswedish
    @latinswedish 3 года назад

    Thanks for the video, tack så mycket, gracias amigo!

  • @diracspace5842
    @diracspace5842 3 года назад

    Thanks so much, you're the best at explaining

  • @roshanm4955
    @roshanm4955 3 года назад

    Excellent Guide.

  • @TeenaKohli
    @TeenaKohli 2 года назад

    Please note i added extra line of True in order to remove the error of invalid trusted certificate , I also allowed all HTTP and turned off firewall in Ec2 - window instance . Unfortunately now the build succeded but my app is throwing 500 , not sure why . Any leads please ?

  • @mayurzilpe
    @mayurzilpe 2 года назад +2

    Deploye option is not visible in IIS manager what should I do

    • @abhisekhdas7698
      @abhisekhdas7698 2 года назад +1

      Close IIS manager and Just do installation process again and try again

  • @EUK379
    @EUK379 Год назад

    nice information but bro if we want to import dotnet code downloaded from github to laptop how we can deploy to ec2 instance?

  • @hambonetunes1988
    @hambonetunes1988 3 года назад

    Awesome! Thanks for this!

  • @DanielRamirez-vo3iv
    @DanielRamirez-vo3iv 2 года назад

    Nice work thank you very much :)

  • @xamaringuy1951
    @xamaringuy1951 2 года назад

    Any help ?? When i deploy my web app then it gets published successfully but when i hit
    the ip address then it gives me 500 Internal server error ? Have been trying to fix it from past 2 days :(

    • @TeenaKohli
      @TeenaKohli 2 года назад

      I am as well stuck on same error now , any idea please ? Have you got it solved

    • @shailu0287
      @shailu0287 2 года назад

      @@TeenaKohli You might be getting an internal server error because of the wrong dot net framework installed on EC2 instance. If you are trying to deploy a .net core application, you need to install a compatible .net core hosting bundle on the EC2 instance.

  • @tarekmaamoun
    @tarekmaamoun 2 года назад

    Thank you very much.

  • @jboss1073
    @jboss1073 Год назад

    So good.

  • @Prakashkumar0007
    @Prakashkumar0007 3 года назад

    Thanks for the video. Can you please upload video on how to deploy .ner core application to aws ec2 linux instance

  • @projectop-bz2co
    @projectop-bz2co 7 месяцев назад

    sir what to do if i want to deploy databse sql server

  • @AkshayGupta-dd4ht
    @AkshayGupta-dd4ht 3 года назад

    So this Asp.net application …
    Can tell how to deploy Console Application.

    • @codingparadoxtutorials1355
      @codingparadoxtutorials1355  3 года назад

      One way would be to use AWS CodeDeploy or you can even write a custom script which can copy the exe files to server.

  • @wotizit
    @wotizit 3 года назад

    THANKS BOIII

  • @cristianfernandez7145
    @cristianfernandez7145 2 года назад

    dont work :(

  • @kalulu5057
    @kalulu5057 3 года назад

    16:32 the validation fails idk why

    • @codingparadoxtutorials1355
      @codingparadoxtutorials1355  3 года назад

      What is the error it is showing in validation failed

    • @VladyslavFomin-n3j
      @VladyslavFomin-n3j 3 года назад +1

      Turn off your firewall on remote server and change security group for your instanse (allow all TCP, all HTTP an all HTTPS)

    • @codemonkey1092
      @codemonkey1092 3 года назад +3

      Dont turn off your firewall!... Check your AWS security group allow ports. It should have TCP 8172. Also check windows sever inbound firewall rules. Needs to allow inbound port 8172. Lastly check AWS network ACL to check to allow port 8172

  • @raoshankar9751
    @raoshankar9751 2 года назад

    hi How can i upload modification after deployment ?