简体   繁体   English

C#Web MVC部署到IIS10

[英]c# web mvc deploying to IIS10

I'm trying to publish my first C#/ASP.NET Web MVC project. 我正在尝试发布我的第一个C#/ ASP.NET Web MVC项目。 The server on which it has to be deployed is a Microsoft Server 2016, with IIS 10 installed. 必须在其上部署服务器是Microsoft Server 2016,安装了IIS 10。 In the interface of Visual Studio has a feature where you can one-click-publish, using "Web Deploy". 在Visual Studio界面中,您可以使用“ Web Deploy”一键式发布。 Web Deploying requires five fields to be entered. Web部署需要输入五个字段。 "Server", "Site name", "User name", "Password", and "Destination URL". “服务器”,“站点名称”,“用户名”,“密码”和“目标URL”。 What do each of these fields mean? 这些字段分别是什么意思? I assume the "Server" is the ftp address of my server? 我假设“服务器”是服务器的ftp地址? And then username and password the ftp login data? 然后用用户名和密码登录ftp登录数据? But what are "Site name" and "Destination URL"? 但是,“站点名称”和“目标URL”是什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 asp.net c# 代码(从 VS2022 和 IIS10)在本地机器上工作以连接到 SQL Server DB 它在 Web 服务器上不起作用 - asp.net c# code works (from VS2022 and on IIS10) on local machine to connect to SQL Server DB it does not work on Webserver 在IIS Express和本地IIS之间进行调试/部署期间,ASP.NET MVC 5 C#URL不同 - ASP.NET MVC 5 C# URL is different during Debugging/Deploying between IIS Express and Local IIS IIS10 的正则表达式匹配 URL/域/文件名 - Regex Match URL/Domain/Filename For IIS10 aspnet 应用程序无法在 windows10/iis10 中加载非托管 dll - aspnet application unable to load unmanaged dll in windows10/iis10 使用 c# 和 IIS 10 进行域身份验证 - Domain authentication with c# and IIS 10 如何在IIS 6.0中正确启用匿名访问并通过c#console app使用MVC Web API? - How to properly enable Anonymous Access in IIS 6.0 & consume an MVC Web API via c# console app? Blazor Server.SetDefaultCulture() 在 IIS10 中托管时不适用于所有浏览器 - Blazor Server .SetDefaultCulture() not working with all browsers when hosted in IIS10 IIS10 - MySQL 数据库断开连接 - 发生了未处理的异常(事件 ID 1309) - IIS10 - MySQL Database Disconnection - An unhandled exception has occurred ( Event id 1309 ) C#MVC:无法在IIS Express中调试 - C# MVC: Cannot Debug in IIS Express C#MVC IIS长时间运行的请求 - C# MVC IIS long running requests
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM