We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dae4e3 commit 2449bcdCopy full SHA for 2449bcd
daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-howto.md
@@ -306,14 +306,6 @@ namespace MyActorService
306
{
307
app.UseDeveloperExceptionPage();
308
}
309
- else
310
- {
311
- // By default, ASP.Net Core uses port 5000 for HTTP. The HTTP
312
- // redirection will interfere with the Dapr runtime. You can
313
- // move this out of the else block if you use port 5001 in this
314
- // example, and developer tooling (such as the VSCode extension).
315
- app.UseHttpsRedirection();
316
- }
317
318
app.UseRouting();
319
0 commit comments