Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey guys,

i am going to start making websites and thought that it would be cool if i could make a website and host it on a network, not on the internet for everyone to see, but only the computers that are connected to the network are able to view the website. is that possible? if so, are there any tutorials that you can link me to? thanks!
Posted
Comments
Suresh Dasari's 24-Jan-13 4:12am    
remove the localhost with your ip address to access your web site in your network

1 solution

Hi,
First of all, You should install IIS on your host server. More Detail for installing IIS[^]

Then you must add your website to IIS.
More Detail;
http://www.hosting.com/support/iis7/create-new-sites-in-iis-7[^]
http://technet.microsoft.com/en-us/library/cc772350(v=ws.10).aspx[^]
and you may search google.
 
Share this answer
 
Comments
Member 8378691 24-Jan-13 4:22am    
this looks really complicated. Is it possible for me to just make a server using c# and host the website off that?
Ibrahim Uylas 24-Jan-13 4:32am    
No this is not complicated. if you want to host a web site on your computer you must install a http server like IIS or Apache and you must learn it. I think IIS is the best. You may learn very easily and you may find many information by using google. So I advice IIS.

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