Accessing website hosted on iis from different network - iis

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

Related

Not able to access blazor website from other computers

I am trying to host a Blazor website on a local Windows machine via IIS, and it can be accessed from the same machine using IP address in the URL like https://10.0.0.123:8080/myblazor, and I also make sure port 8080 is opened on the firewall, but I am not able to access my Blazor website using the same URL from other computers. Does anyone know why? Thanks in advance!
I added another regular website (simple HTML website) and I can access from other computers. So doesn't look like it's the firewall issue or IIS issue.

Azure Front Door to Website on IIS VM Host

I've got an Azure Front Door that has been set up to link to 2 Windows VM's running IIS, I'm trying to add a Frontend Domain that I can then use to access websites on the VM's.
Azure Frontend Domain
Then I have the backend pool which links to the 2 servers.
Back End Pool
I then have a route to the web servers, which should (as far as I can tell) just forward the request onwards.
Routing Rule
Then I have my web servers which I have set up the bindings on for the website
Website Bindings
However whenever I try to browse to the website I just see the IIS landing page rather than the website I have setup. How do I get to my actual website?
The problem in the end was that the Certificate subject name validation had been enabled. To change you need to go to Front Door Designer then Settings.
if you get the IIS landing page it means the traffic is forwarded correctly from the AFD, your problem is likely with the local IIS setup like the default page or something like that.

Website not accessible hosted on IIS withing same network

I have hosted a site on local IIS server and able to access it using IP address on desktop connected within the same network but getting error while accessing the same on Mac using the same WiFi network but, I am getting error as "Access Denied"
What is the authentication mechanism used? Did you turn it off and still get access denied?

How to access website hosted on IIS, from remote computer?

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.

Not able to access a website in windows azure after publishing. Being redirected

I created published a web site in Windows azure and I get an address
http://xyxmydomain.azurewebsites.net/
But when I try to access it I am redirected to www.xyzmydomain.com ...
I have no idea why ... I want to test the site in http://xyxmydomain.azurewebsites.net/ and I did not configure any domain.com.

Resources