Click here to Skip to main content
15,886,794 members
Articles / Web Development / ASP.NET

How to Host an ASP.NET Web Application on a Local Area Network

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
28 Apr 2021CPOL6 min read 17.7K   254   32  
How to allow private network (LAN) clients to connect to the https port of a locally hosted ASP.NET web application
Configuring a local area network so that clients can access a web application on the network can be a frustrating experience. Most of the problems arise when trying to implement the Transport Layer Security protocol. It’s hoped that the structured approach shown here will help to simplify the procedure.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Student
Wales Wales
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions