中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

angular部署到iis出現404怎么辦

發布時間:2021-07-20 14:02:56 來源:億速云 閱讀:173 作者:小新 欄目:web開發

這篇文章主要介紹了angular部署到iis出現404怎么辦,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

angular應用部署在iis上,刷新出現404

解決方案:

安裝 iis URL Rewrite 模塊,配置urlrewrite如下:

在 src 目錄下增加web.config,內容如下:

<configuration>
<system.webServer>
 <rewrite>
  <rules>
   <rule name="Angular Routes" stopProcessing="true">
    <match url=".*" />
   <conditions logicalGrouping="MatchAll">
    <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
    <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
   </conditions>
   <action type="Rewrite" url="/" />
   </rule>
  </rules>
 </rewrite>
</system.webServer>
</configuration>

配置 web.config 自動打包

修改 angular-cli.json文件(angular2-5)

 "apps": [
    {
    "root": “src”,
    "ourDir": “dist”,
    "assets": [
     “assets”,
     “favicon.ico”,
     “web.config”
     ],

修改 angular.json 文件(angular6)

“build”: {
    "options”: {
     . . . 
     "assets": [
      “src/assets”,
      “src/favicon.ico”,
      “src/web.config”
       ],

Reference

  • https://github.com/WeihanLi/TechNotes/issues/16

  • https://stackoverflow.com/questions/43785928/angular-2-hosted-on-iis-http-error-404

  • https://blogs.msdn.microsoft.com/premier_developer/2017/06/14/tips-for-running-an-angular-app-in-iis/

感謝你能夠認真閱讀完這篇文章,希望小編分享的“angular部署到iis出現404怎么辦”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

鲁山县| 治多县| 南平市| 皋兰县| 南靖县| 通道| 陆川县| 余干县| 枣强县| 平武县| 鹤壁市| 夹江县| 漾濞| 滨海县| 合阳县| 泊头市| 马山县| 财经| 黑龙江省| 江口县| 江达县| 行唐县| 朝阳区| 云林县| 渭源县| 荥经县| 普定县| 吉首市| 谷城县| 兴和县| 西盟| 平阴县| 廊坊市| 达孜县| 延津县| 阜城县| 新津县| 保德县| 枝江市| 阿瓦提县| 盘山县|