5 ways to set the URLs for an ASP.NET Core app.pdf

时间:2023-08-12 04:17:54
【文件属性】:

文件名称:5 ways to set the URLs for an ASP.NET Core app.pdf

文件大小:1.95MB

文件格式:PDF

更新时间:2023-08-12 04:17:54

5 ways to set th

By default, ASP.NET Core apps listen on the following URLs: http://localhost:5000 https://localhost:5001 In this post I show 5 different ways to change which URLs your app listens on. There are multiple ways to set the URLs that ASP.NET Core binds to on startup. I have an old post about the various options available to you that applies to ASP.NET Core 1.0, but the options available in ASP.NET Core 3.x are much the same:


网友评论