.NET Core 7.o Web API deployment in IIS Server | Hosting angular in IIS Server | Nihira Techiees

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

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

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

    Looking forward to your complete course!

  • @mraja6654
    @mraja6654 Год назад +1

    Excellent work 🎉, how to deploy in new windows machine without using visual studio ide. Like moving bin folder to the IIS server.

    • @NihiraTechiees
      @NihiraTechiees  Год назад +1

      Will cover in separate video

    • @mraja6654
      @mraja6654 Год назад +1

      ​@@NihiraTechiees okay bro, thanks for your reply

  • @ahmadmatonding4519
    @ahmadmatonding4519 5 месяцев назад

    Thanks for the straightforward tutorial, can you help me solve me problem? I am having a 'Too many redirection' error when I deployed it successfully? thanks in advance

  • @atech369
    @atech369 10 месяцев назад +1

    Got error :500, followed same steps as in video ...but still get an error ..

  • @lalithalalitha4192
    @lalithalalitha4192 6 месяцев назад

    Why should we select no managed code for. Net core application? Why not clr?

    • @NihiraTechiees
      @NihiraTechiees  6 месяцев назад

      Dot net core application do not depends on iis running time... It's self contained app that's why we are choosing no managed code

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

    I have a error: manifest file at 'obj release net7.0 staticwebassets.build.json' not found. Pease help me

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

      Delete bin folder and close open visual Studio build again

  • @jansenzxc239
    @jansenzxc239 11 месяцев назад

    im using self contained mode, but getting internal 500 error when i browse it from IIS

    • @NihiraTechiees
      @NihiraTechiees  11 месяцев назад

      Can you try remap once again and try

  • @ImanSarwar-u2n
    @ImanSarwar-u2n Год назад

    Instead of minimalapi what shall I write?
    it does not work for me it says 404 not found
    lcoalhost:86/

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

      You can use your api method like localhosr:86/custom/getall

    • @ImanSarwar-u2n
      @ImanSarwar-u2n Год назад

      @@NihiraTechiees i am doing localhost:86/api/userInformation it still says 404 not found. although the same works on swagger

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

    need CI/CD with GIT....in IIS serve...plz

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

    I've followed your video, but every time im getting InternL Server Error. ErrorCode: 0x8007000d

  • @VijayKumar-fq4ie
    @VijayKumar-fq4ie Год назад

    Good one

  • @codewithrk-l9s
    @codewithrk-l9s Год назад

    This localhost page can’t be found? Please reply.

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

      Can you confirm this application working fine in visual Studio?

    • @codewithrk-l9s
      @codewithrk-l9s Год назад

      yes sir, Its working fine in VS@@NihiraTechiees

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

    Can we host net core api version in shared hosting

  • @ivancalderon2069
    @ivancalderon2069 10 месяцев назад

    hi I get error 500.30, how can I solve it?

    • @NihiraTechiees
      @NihiraTechiees  10 месяцев назад

      Try to host different port number

  • @ombhamare623
    @ombhamare623 10 месяцев назад

    Thanks

  • @phamhoang-z2k
    @phamhoang-z2k Год назад

    how to debugg ???
    thanks

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

      We can debug development tool. From server we can check logs (so implement log from code then deploy)

  • @gugjvgjbb
    @gugjvgjbb 11 месяцев назад

    it giving 404 not found

    • @NihiraTechiees
      @NihiraTechiees  10 месяцев назад

      Please do remap once again and try Or use different port number

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

    can you share code this