在ASP.NET Core中,可以通过多种方式修改默认端口。在本攻略中,我们将讨论几种修改默认端口的方法,并提供两个示例说明。
方法一:使用launchSettings.json文件
在ASP.NET Core中,可以使用launchSettings.json文件来配置应用程序的启动设置。以下是使用launchSettings.json文件修改默认端口的步骤:
-
打开launchSettings.json文件。
-
在profiles节点中,找到应用程序的启动配置。
-
在启动配置中,添加以下代码:
"applicationUrl": "http://localhost:5001/"
在上面的代码中,我们将应用程序的URL设置为http://localhost:5001/。
- 保存launchSettings.json文件。
以下是一个示例launchSettings.json文件:
{
"profiles": {
"MyApp": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5001/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
在上面的示例中,我们将应用程序的URL设置为http://localhost:5001/。
方法二:使用appsettings.json文件
在ASP.NET Core中,可以使用appsettings.json文件来配置应用程序的设置。以下是使用appsettings.json文件修改默认端口的步骤:
-
打开appsettings.json文件。
-
在文件中,添加以下代码:
{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5001"
}
}
}
}
在上面的代码中,我们将应用程序的URL设置为http://localhost:5001/。
- 保存appsettings.json文件。
以下是一个示例appsettings.json文件:
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5001"
}
}
}
}
在上面的示例中,我们将应用程序的URL设置为http://localhost:5001/。
示例一:使用launchSettings.json文件修改默认端口
以下是使用launchSettings.json文件修改默认端口的示例代码:
{
"profiles": {
"MyApp": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5001/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
在上面的代码中,我们将应用程序的URL设置为http://localhost:5001/。
示例二:使用appsettings.json文件修改默认端口
以下是使用appsettings.json文件修改默认端口的示例代码:
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5001"
}
}
}
}
在上面的代码中,我们将应用程序的URL设置为http://localhost:5001/。
结
在本攻略中,我们讨论了使用launchSettings.json文件和appsettings.json文件修改默认端口的方法,并提供了两个示例说明。通过遵循这些步骤,您应该能够成功修改ASP.NET Core应用程序的默认端口。
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:asp.net core 修改默认端口的几种方法 - Python技术站