简体   繁体   English

如何使用.net Framework应用程序将Asp.Net Core部署到IIS

[英]How to deploy Asp.Net Core using .net Framework application to IIS

I have developed an application with Asp.net Core using the .net Framework. 我已经使用.net Framework使用Asp.net Core开发了一个应用程序。 When I published my project to the Local folder. 当我将项目发布到本地文件夹时。 The files which got created appear like the image below: 创建的文件如下图所示:

在此处输入图片说明

Is this the expected output or am I doing something wrong? 这是预期的输出还是我做错了什么?

If this is correct, how can I deploy my application to IIS? 如果正确,如何将应用程序部署到IIS?

I referred my site path to wwwroot folder in my server. 我将站点路径引用到服务器中的wwwroot文件夹。 It is working fine Thanks 一切正常,谢谢

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

相关问题 如何使用IIS将ASP.NET应用程序部署到localhost? - How to deploy an ASP.NET application to localhost using IIS? 使用集成管道在 IIS 上部署 ASP.Net web 应用程序 - Deploy ASP.Net web application on IIS using integrated pipeline 如何将ASP.NET MVC应用程序部署到IIS - How to deploy an asp.net mvc application to IIS 如何使用localDB将ASP.NET MVC 4应用程序部署到Windows 7上的本地IIS? - How to deploy ASP.NET MVC 4 application using localDB to local IIS on Windows 7? 面向完整框架的ASP.NET Core应用-InProcess IIS? - ASP.NET Core app targeting full framework — InProcess IIS? IIS中的ASP.NET Core + Framework获取HTTP 404 - ASP.NET Core + Framework in IIS getting HTTP 404 如何在 IIS 上托管我的 ASP.NET 核心站点(在开发环境中,无需部署/发布) - How to host my ASP.NET core site on IIS (in development environment, without deploy / publish) 缺少“ASP.NET核心Web应用程序(.NET Framework)”模板 - missing “ASP.NET Core Web Application (.NET Framework)” template 如何为Web应用程序选择在ASP.NET选项卡(在IIS中)中选择的.NET框架的正确版本? - How to choose the correct version of the .NET framework selected in the ASP.NET tab (in IIS) for web application? ASP.NET Core应用程序在IIS Express中不起作用 - ASP.NET Core application doesn't work in IIS Express
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM