Click here to Skip to main content
15,917,565 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
When I deployed or publish my ASP.NET web application by doing step by step process of deploying in visual studio 12. and hosted on my company's own server. Then is that the case it is available world wide ? Or it is just accessible to those system which are connected to my company's server?
Posted
Comments
F-ES Sitecore 13-Jan-16 7:14am    
Ask whoever admins the server, it's going to be available to the world unless it is configured as such, and we have no way of knowing how it is configured.

As F-ES explained, there is no way we can know if it is exposed to the world or not. To expose to the world you need a public domain or at least a public IP address. You can get those from companies like GoDaddy.com, etc. It could also be that you have to connect to a VPN to be able to get to it. Or it may just be on a LAN. You'll have to ask your IT people how it's accessible.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jan-16 10:50am    
5ed.
—SA
You can host asp.net web application in you IIS.

Once you hosted the web application it will be available to the LAN which your system is. With the IP address you application can be accessed by the people which are using same LAN. If your system IP address is static IP then you can access the application from any where using IP address.

If you want to assign URL to your application then you need to purchase the domain and your system details need to be registered with your domain by the providers such as godaddy. If you contact one of the service providers they will tell the complete process to host and making available your application world wide.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900