You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/common/deployment/deployment-iis.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,23 +23,23 @@ Refer to [Host and deploy ASP.NET Core Blazor](https://learn.microsoft.com/en-us
23
23
24
24
* Open Internet Information Services (IIS) Manager and then right-click on "Sites," followed by selecting "Add Website."
25
25
26
-

26
+

27
27
28
28
* In the Add Website dialog, fill in the required field values such as site name, physical path and customized port value and then click OK.
29
29
30
30
Set the physical path to the location where your sample application is developed.
31
31
32
-

32
+

33
33
34
34
## Run the Published Application
35
35
36
36
* Open Internet Information Services (IIS) Manager. Expand the `Sites` node to verify that the published application is running. Click `Browse` to open the application in your browser.
Copy file name to clipboardExpand all lines: blazor/common/deployment/publish.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@ Refer to [Host and deploy ASP.NET Core Blazor](https://learn.microsoft.com/en-us
17
17
18
18
* Right-click on the project in the `Solution Explorer` and select `Publish`.
19
19
20
-

20
+

21
21
22
22
* Then, select the `Folder` option and select the publishing target location.
23
23
24
-

24
+

25
25
26
26
* Check the configuration as Release by clicking the `Advanced...` option below the target location.
27
27
28
-

28
+

29
29
30
30
* For `Blazor Server side application`, set Deployment Mode as `Self-Contained`. Because some dependencies are not loaded properly when the published folder is hosted.
0 commit comments