简体   繁体   English

无法从 web 访问 EC2 WebApp

[英]Can't access EC2 WebApp from the web

I have a Windows WebApp hosted on IIS on an EC2.我有一个 Windows WebApp 托管在 EC2 上的 IIS 上。

I can access it using the public IP but this IP change when the instance restart, so I associated an Elastic IP but the issue is I can't access the app using this Elastic IP: 404 - File or directory not found. I can access it using the public IP but this IP change when the instance restart, so I associated an Elastic IP but the issue is I can't access the app using this Elastic IP: 404 - File or directory not found.

I checked the Inbound rules on the related security group to authorize 0.0.0.0/0我检查了相关安全组上的入站规则以授权 0.0.0.0/0

Any ideas?有任何想法吗?

The issue is the Bindings in IIS: IIS -> Sites -> Your Site -> Right click -> Edit Bindings and add your IP问题是 IIS 中的绑定:IIS -> 站点 -> 您的站点 -> 右键单击 -> 编辑绑定并添加您的 IP

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

相关问题 如何使用运行IIS Web服务器的公共IP访问我的EC2实例? - How can I access my EC2 instance with the public IP which is running an IIS web server? 无法让我的 EC2 Windows Server 2008(Web 堆栈)实例接收我的网站的发布 - Can't get my EC2 Windows Server 2008 (Web stack) instance to receive publishings of my website 为什么我无法访问 AWS EC2 实例上的 nodejs 应用程序? - Why can I not access a nodejs app on an AWS EC2 Instance? 由于权限问题,无法在 EC2 机器上写入文件 - Can't write files on EC2 machine due to permissions AWS EC2实例响应DNS,但不允许RDP访问或ping - AWS EC2 instance responds to DNS but doesn't allow RDP access nor ping 无法从智能手机访问内部网络中的Web服务器? - Can't access to web server in my internal network from smartphone? Web部署到AWS Elastic Load Balancer后面的EC2实例 - Web Deploy to EC2 instances behind AWS Elastic Load Balancer 亚马逊EC2上的Web服务大量呼叫 - Web Service Large Volume Of Calls On Amazon EC2 如何在没有域名的情况下访问 AWS EC2 上的站点 - How to access a site on AWS EC2 without a domain name 如何从WebApp访问bin / Debug(ConsoleApp)? - How to access bin/Debug (ConsoleApp) from WebApp?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM