Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi everyone
i am building one project and i want to test it on my local area network ,how can i accomplish it ,
i am using windows 10 home edition ,visual studio 2013,sql server 2014
thank in advance
Posted
Comments
Sergey Alexandrovich Kryukov 23-Dec-15 12:44pm    
By installing IIS and configuring the site. Didn't IIS documentation gave you everything? You also may need to adjust firewall settings. I would advise to use IP just addressed for Web page addresses, otherwise you would also need your local DNS, which is irrelevant to your work anyway.
—SA

1 solution

You need to host it in IIS. In IIS on a server, add new website and point to where the files are. Then you can access it via other computers using http://servername/website if your DNS works otherwise you use http://serveripaddress/website.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-Dec-15 16:25pm    
Yes, a 5.
—SA

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