简体   繁体   English

如何在实际服务器(全局)上部署 IIS webApp?

[英]How to deploy IIS webApp on actual server (globally)?

I have an application running on localhost, and I was trying to find a way to upload it on an ACTUAL server so that everyone around the world can use.我有一个在 localhost 上运行的应用程序,我试图找到一种方法将其上传到 ACTUAL 服务器上,以便世界各地的每个人都可以使用。 I know there is a certain process to be followed and that one must purchase the rights for a specific URL but my knowledge in these is limitless.我知道需要遵循一定的流程,并且必须购买特定 URL 的权利,但我对这些的了解是无限的。

A bit about the structure of my application:关于我的应用程序的结构:

OS: Windows 10 Home 1909操作系统: Windows 10 Home 1909

IIS Version: IIS-10 IIS 版本: IIS-10

DIR: C:\inetpub\wwwroot\mymindmapper目录: C:\inetpub\wwwroot\mymindmapper

APP-POOL: Classic .NET AppPool应用程序池: Classic .NET AppPool程序池

Directory-Browsing: Enabled目录浏览:已Enabled

Request Filtering: only web.config for now请求过滤:目前仅web.config

C:\Windows\System32\drivers\etc\hosts: 127.0.0.1 mymindmapper.com C:\Windows\System32\drivers\etc\hosts: 127.0.0.1 mymindmapper.com

For more information please ask in the comments.欲了解更多信息,请在评论中提问。 Also, I'm going to use Visual Studio Code to write my code .另外,我将使用Visual Studio Code来编写我的代码

Any tutorial/ forum/ chat/ link would be much appriciated.任何教程/论坛/聊天/链接都会很受欢迎。 Many thanks.非常感谢。

to host the site on the internet you need to bind the public IP and valid purchased domain name without that you could not able to access the site from the internet.要在 Internet 上托管该站点,您需要绑定公共 IP 和有效购买的域名,否则您将无法从 Internet 访问该站点。 after purchasing ip and domain name you need to bind them with iis site.购买 ip 和域名后,您需要将它们与 iis 站点绑定。 if possible us iis on server Os.如果可能的话,我们在服务器操作系统上使用 iis。 windows 10 is client OS. windows 10 是客户端操作系统。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM