why can't access web site using domain name? - asp.net

I have hosted a web site to Windows server 2012 r2. I've bind 83 port to this site.
When I hit site http://www.example.com it open IIS services page but when I'm hitting
http://www.example.com:83 it saying This site can’t be reached.
But after making firewall disabled, I can access this site by IP address as http://0.0.0.0:83.
Edited:
Can access by using domain name when using port 81

Related

remote access to iis website by ip addess

I developed an asp.net mvc website and deployed it to my local IIS with success. I can access to the website by localhost:8080/site
I wanted to access the website from remote pc, I binded my website to the ip of my pc (windows 10) (the external ip with the routeur), I added a rule to the inbound calls for the port of the website with the windows firewall manager but I can't access the website remotely by the address http://ip-adress:port/website, I get timeout error.
How can I access this website
regards,
We made a VS Extension called Conveyor, you can get it from the extensions dialog or https://marketplace.visualstudio.com/items?itemName=vs-publisher-1448185.ConveyorbyKeyoti it tunnels through firewalls to allow access to your website from outside, even if incoming calls are blocked by your ISP, as mentioned in the comments.

why can't web site not accessible using port 83?

I have hosted site to windows server 2012 r2.
I have bind site by port 81,83,2163.
It is accessible using all other port except port 83 using domain name as well as
with IP, but when I'm accessing using port 83 with domain name it is not accessible, but it is
accessible using IP with port 83.
I have disable firewall still not working, why?
Edited
From the Bindings list, select the Port 83 binding, and click "Edit." From the dialog, specify the fully-qualified domain name for the site in question as the "host name." This allows IIS to respond to the request for the website via the desired domain name reference.

can't access my site from outside of the server

I have an umbraco website on the server here, IIS 7. It is set to port 83 while the other existing site is on 80.
The other site is accessible from outside the server but the umbraco site is not. I assume that I need to allow traffic for this port or something but I have no idea where, how or what.

Sharepoint 2010 port changes on login page

I have a sharepoit site with local address http://sharepoint:5887. I make alternative access for public site with address http://test.mysite.ru. this site has a forms authentication.
If in public site (http://test.mysite.ru) I press login button then login page starts opening by http://test.mysite.ru:5887 (public address + port from local address)
This is correct behaviour. You cannot change the port from 5887 to 80 through AAM. It just changes the Url and not the server port on which the IIS listens.
If you want to translate the port from 5887 to 80 , you need to place a proxy server such as ISA server.
Read this
http://technet.microsoft.com/en-us/library/cc261814%28office.12%29.aspx
Search for
Alternate Access Mapping in Sharepoint

Running asp.net site on Windows Server 2003 and accessing it over LAN

I want to run an ASP.Net application on Windows Server 2003 and access it over a LAN.
Like http://serverIP/sitename.com
How do I do this? What configuration changes should I make to IIS?
There are 2 scenarios (assuming you want/have to use IP's in the URL):
You site is the only web-site running on your web-server - you can set up your site with the default port 80 binding, i.e. you don't specify a host name or IP address. This means any request on port 80 will route to your site (remember to stop or delete the "Default" web site, as it normally has the default port 80 binding)
You have multiple sites running on your server - you need to assign an additional IP address for that server and specifically use that IP in the http binding for you site.

Resources