Angular 15 deployment in IIS Server | Hosting angular in IIS Server | Nihira Techiees

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • #iisserver #angular15 #angularhosting #nihiratechiees
    This is the Part - 11 video in Angular 15 - Material UI Tutorial.
    It explains deploy angular 15 application in IIS Server
    Web.config GitHub Link
    ====================
    github.com/nih...
    Join this channel to get access to perks:
    / @nihiratechiees

ความคิดเห็น • 40

  • @itsjiraheta
    @itsjiraheta 9 หลายเดือนก่อน +1

    Straightforward. Thank you for taking the time to make the video and share your knowledge. Much appreciated.

  • @leethai98
    @leethai98 หลายเดือนก่อน

    Thank you very much for this guideline. It's really helpful and save time.

  • @hasstek4623
    @hasstek4623 2 หลายเดือนก่อน

    thank's bro. It's work quickly

  • @TalentedTechie
    @TalentedTechie ปีที่แล้ว

    thanks, it worked for my requirement.

  • @tman7022
    @tman7022 หลายเดือนก่อน

    Thank you!

  • @ArifMatubber-km4nv
    @ArifMatubber-km4nv ปีที่แล้ว

    amazing. one request. could you please make a tutorial for angular, dotnet core with database deployment hosting in IIS server?

  • @simpleman1496
    @simpleman1496 ปีที่แล้ว +1

    There is a problem with css and javascript files when creating an app instead new site .Do you have an idea about this problem

  • @sivanesanM-o1w
    @sivanesanM-o1w ปีที่แล้ว

    Thanks Brother....

  • @VijayKumar-fq4ie
    @VijayKumar-fq4ie ปีที่แล้ว

    Good one

  • @sporksto4372
    @sporksto4372 7 หลายเดือนก่อน

    Hi! Can you explain how to deploy Angular apps with SSR enabled to IIS? Is it the same as this video?

    • @NihiraTechiees
      @NihiraTechiees  7 หลายเดือนก่อน

      I believe same only.. Anyway will check and confirm 👍

    • @sporksto4372
      @sporksto4372 7 หลายเดือนก่อน

      @@NihiraTechiees Thanks. I already figured it out.

    • @NihiraTechiees
      @NihiraTechiees  7 หลายเดือนก่อน

      Great👍

  • @rohitkhurmi-js6ku
    @rohitkhurmi-js6ku 7 หลายเดือนก่อน

    Difference b/w json api and in memory web api?

    • @NihiraTechiees
      @NihiraTechiees  7 หลายเดือนก่อน +1

      Both are fake api only used for development. Json server will run in another host (different port) but angular memory is just like static content in our app

  • @girishkundlikar5263
    @girishkundlikar5263 8 หลายเดือนก่อน

    Hi, i want deploy this angular app to sharepoint online site. How i can achieve this? Please suggest

    • @NihiraTechiees
      @NihiraTechiees  8 หลายเดือนก่อน

      I don't have much idea in share point. I will check and update you

  • @thorenjp
    @thorenjp 8 หลายเดือนก่อน

    Im getting this error while running ''npm run build "css exceeded maximum budget. Budget 4.00 kB was not met by 40.88 kB with a total of 44.88 kB.
    Please give any solutions..

    • @NihiraTechiees
      @NihiraTechiees  8 หลายเดือนก่อน

      We can change the build package size.... Default value is 4.0

    • @NihiraTechiees
      @NihiraTechiees  8 หลายเดือนก่อน +1

      In angular.json update this key budgets": [ { "type": "initial", "maximumWarning": "2mb", "maximumError": "5mb" } ]

    • @thorenjp
      @thorenjp 8 หลายเดือนก่อน

      Thanks a lot 👏

  • @sweetysnehith9692
    @sweetysnehith9692 ปีที่แล้ว

    Hi sir
    Web.config file code not there in description sir

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว +1

      github.com/nihira2020/Workitems/blob/main/web.config

  • @onlinetech2023
    @onlinetech2023 ปีที่แล้ว

    🎉

  • @pippaloves
    @pippaloves 11 หลายเดือนก่อน

    How does one deploy this using Https?

    • @NihiraTechiees
      @NihiraTechiees  11 หลายเดือนก่อน

      Http and https option you can choose from iis while creating website

  • @satyasai5172
    @satyasai5172 ปีที่แล้ว

    Sir can u make this type of application in react js

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว

      Same plan only will apply our react material ui series

  • @sivanesanM-o1w
    @sivanesanM-o1w ปีที่แล้ว

    Also upload video for AWS server.

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว

      Will do in future, currently I too not familiar in AWS