Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/servers/httpsys.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj

```xml
<PropertyGroup>
<PackageTags>9412ee86-c21b-4eb8-bd89-f650fbf44931</PackageTags>
<PackageTags>00001111-aaaa-2222-bbbb-3333cccc4444</PackageTags>
</PropertyGroup>
```

Expand All @@ -252,7 +252,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj
netsh http add sslcert
ipport=10.0.0.4:443
certhash=b66ee04419d4ee37464ab8785ff02449980eae10
appid="{9412ee86-c21b-4eb8-bd89-f650fbf44931}"
appid="{00001111-aaaa-2222-bbbb-3333cccc4444}"
```

When a certificate is registered, the tool responds with `SSL Certificate successfully added`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj

```xml
<PropertyGroup>
<PackageTags>9412ee86-c21b-4eb8-bd89-f650fbf44931</PackageTags>
<PackageTags>00001111-aaaa-2222-bbbb-3333cccc4444</PackageTags>
</PropertyGroup>
```

Expand All @@ -219,7 +219,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj
netsh http add sslcert
ipport=10.0.0.4:443
certhash=b66ee04419d4ee37464ab8785ff02449980eae10
appid="{9412ee86-c21b-4eb8-bd89-f650fbf44931}"
appid="{00001111-aaaa-2222-bbbb-3333cccc4444}"
```

When a certificate is registered, the tool responds with `SSL Certificate successfully added`.
Expand Down Expand Up @@ -478,7 +478,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj

```xml
<PropertyGroup>
<PackageTags>9412ee86-c21b-4eb8-bd89-f650fbf44931</PackageTags>
<PackageTags>00001111-aaaa-2222-bbbb-3333cccc4444</PackageTags>
</PropertyGroup>
```

Expand All @@ -491,7 +491,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj
netsh http add sslcert
ipport=10.0.0.4:443
certhash=b66ee04419d4ee37464ab8785ff02449980eae10
appid="{9412ee86-c21b-4eb8-bd89-f650fbf44931}"
appid="{00001111-aaaa-2222-bbbb-3333cccc4444}"
```

When a certificate is registered, the tool responds with `SSL Certificate successfully added`.
Expand Down
Loading