I have a scenario where 2 Web-Applications are running on Server's IIS and accessible on local network. I have to create a public interface (Web) for these websites so that users can access these from their homes.
Work so far: Using System.DirectoryServices.AccountManagement PrincipalContext i have so far authenticated network users through public application.
Now i am stuck on how to Display/embed Local Web-Applications in this Public application. (something that replicates Iframe functionality but for server side local sites?)