I have a website written in asp.net, hosted on windows server 2012 VPS(IIS).
For some reason, I can't access the website on my local PC and phone. It's working fine in the vps.
Error messaged on web browser(s)
www.example.com - Refused to connect
http://example.com - Not Found|HTTP Error 404. The requested resource is not found.
https://www.example.com | Redirects to https - refused to connect.
I don't have any bindings as I don't know much about that.
Tried disabling windows firewall, Same problem.
Namecheap DNS records :
Am I missing something?
Related
I currently have an https domain https://example.com hosted in a Windows Server R2019 machine. I am also developing a web application in Node.js in my laptop that will, in the future, be installed in the server.
Say I want to share my app with external parties that require https. During this test stage I will keep the web app in my laptop, instead of installing it in the server. In order to use the same SSL certificate assigned to https://example.com, would I be able to configure IIS to redirect a certain URL like https://example.com/myapp to my laptop's internal IP/PORT (192.168.xxx.xxx:port) where the app is hosted?
Thank you in advance.
I am trying to host a Node.JS app on a server that also has IIS running on it. I can open the site in the server browser. As you can see i have the website iisnode running in the browser and it is added in the IIS manager
However, i can not access this site from a different computer using ServerURL/siteName. I just get this error:
What could i be doing wrong? It works locally so i must be close to having it working. I can access other sites hosted on this server so i know the issue is with this app specifically.
I hosted a website on IIS, running on port 81. I can access it on the server machine from http://localhost:81/test.aspx.
I also can establish a remote desktop connection to the server, using its ip adress server-ip.
Now I want to access the web site using my PC (or any other PC). However, I type type http://server-ip:81/test.aspx on my web browser and the page is not loaded.
I've already opened port 81, by adding a new inbound rule to the server's windows firewall. The exception for World Wide Web Services (HTTP) is also ticked on. I even shut down the firewall entirely, but I still can't access the web site remotely.
Can somebody tell what the problem may be? Thanks in advance.
I have hosted a site on iis on my laptop. And i can access it from my local machine(cpl-akshay.com). Now if my friend try to access this site or if i try to access this site through mobile then the browser is not able to access this site.
Error after accessing site through mobile or from outside my network: "The webpage is not available"
I tried turning off firewall or creating inbound rule.!
Inbound Rule screenshot
Recently there was a new deployment to my website. In web server, on click of browse website option in IIS using localhost, website is working fine but with a certificate error in the browser.
Problem : When trying to access the URL from client browser, I'm getting 503 communication error! What might be reason?
Need a quick resolution as the site is down :(
Enabled Directory Browsing in IIS & problem is resolved!