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: tutorials/web-deploy-windows-instance/index.mdx
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
meta:
3
-
title: Publishing a website to a Windows instance using Web Deploy
3
+
title: Publishing a website to a Windows Instance using Web Deploy
4
4
description: Learn how to configure a Scaleway Instance with Windows Server to remotely publish web applications using Web Deploy.
5
5
content:
6
6
h1: Publishing a website to a Windows instance using Web Deploy
@@ -14,13 +14,14 @@ dates:
14
14
posted: 2025-01-20
15
15
---
16
16
17
-
## How to Use Web Deploy to Publish a Website to Scaleway's Windows Server VMs
17
+
## How to use Web Deploy to publish a website to Scaleway's Windows Server VMs
18
18
19
-
This guide explains how to publish a web application to a Scaleway instance with Windows Server using the following tools:
20
-
- (IIS)[https://iis.net/], which is the default web server developed by Microsoft for hosting web applications on Windows.
21
-
-[Web Deploy](https://www.iis.net/downloads/microsoft/web-deploy), a single click remote deployment technology for IIS.
22
-
Throughout this guide, you'll learn how to:
23
-
- Configure the Windows Server instance with Web Deploy;
19
+
This guide explains how to publish a web application to a Scaleway Instance with Windows Server using the following tools:
20
+
-[IIS](https://iis.net/), which is the default web server developed by Microsoft for hosting web applications on Windows.
21
+
-[Web Deploy](https://www.iis.net/downloads/microsoft/web-deploy), a single-click remote deployment technology for IIS.
22
+
23
+
Throughout this guide, you will learn how to:
24
+
- Configure the Windows Server Instance with Web Deploy;
24
25
- Set up a website in IIS;
25
26
- Publish an application directly from Visual Studio.
26
27
@@ -30,14 +31,14 @@ Throughout this guide, you'll learn how to:
30
31
- An [Instance](/compute/instances/how-to/create-an-instance/) running Windows Server or Windows Server Core with an attached IPV4 address
31
32
32
33
<Messagetype="note">
33
-
The Windows Server instance must have an [IPV4 address attached](/compute/instances/concepts/#dynamic-ip).
34
+
The Windows Server Instance must have an [IPV4 address attached](/compute/instances/concepts/#dynamic-ip).
34
35
</Message>
35
36
36
37
## Configuring Windows Server to accept Web Deploy
37
38
38
-
In Windows Server, IIS and its remote management components are not installed by default and need to be added as features. Web Deploy, a tool for deploying web applications, is distributed separately by Microsoft. Here's how to set up your Windows Server to accept Web Deploy:
39
+
In Windows Server, IIS and its remote management components are not installed by default and need to be added as features. Web Deploy, a tool for deploying web applications, is distributed separately by Microsoft. Here is how to set up your Windows Server to accept Web Deploy:
39
40
40
-
1.[Connect](/compute/instances/how-to/connect-to-instance/) to your Windows Server instance and open a PowerShell prompt.
41
+
1.[Connect](/compute/instances/how-to/connect-to-instance/) to your Windows Server Instance and open a PowerShell prompt.
41
42
42
43
2. Install the necessary IIS features and management tools:
43
44
```powershell
@@ -57,9 +58,9 @@ In Windows Server, IIS and its remote management components are not installed by
57
58
Start-Service WMSVC
58
59
```
59
60
60
-
## Creating the Website Configuration in IIS
61
+
## Creating the website configuration in IIS
61
62
62
-
The instance is now ready to accept Web Deploy connections. You will create a configuration for a new website in IIS to use as a Web Deploy target. In this guide, the website is named *MyApplication*.
63
+
The Instance is now ready to accept Web Deploy connections. You will create a configuration for a new website in IIS to use as a Web Deploy target. In this guide, the website is named *MyApplication*.
0 commit comments