質問編集履歴

3

IIS管理画面の画像も追加しました。

2019/02/27 23:45

投稿

renton48
renton48

スコア17

test CHANGED
File without changes
test CHANGED
@@ -77,3 +77,5 @@
77
77
  ### IIS10の設定画面(MIMEの種類が出てきません、、。)
78
78
 
79
79
  ![イメージ説明](048f76d8932e7a75e8ca5ba527ccc8ba.png)
80
+
81
+ ![イメージ説明](ad0b5097a17576abae2cba206f2bee41.png)

2

IISの設定画面の追加

2019/02/27 23:45

投稿

renton48
renton48

スコア17

test CHANGED
File without changes
test CHANGED
@@ -73,3 +73,7 @@
73
73
  </handlers>
74
74
 
75
75
  ```
76
+
77
+ ### IIS10の設定画面(MIMEの種類が出てきません、、。)
78
+
79
+ ![イメージ説明](048f76d8932e7a75e8ca5ba527ccc8ba.png)

1

コード修正

2019/02/27 23:13

投稿

renton48
renton48

スコア17

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  ```ここに言語名を入力
54
54
 
55
- <embed class="dropdown-item" src="%http://localhost/webApp/document/info.pdf" width="825" height="450" type="application/pdf" readonly>
55
+ <embed class="dropdown-item" src="http://localhost/webApp/document/info.pdf" width="825" height="450" type="application/pdf">
56
56
 
57
57
  ```
58
58