I currently have a project written in C#, one of the buttons launches and .aspx page that is hosted on the machine using IIS...links to http://localhost/default.aspx
Is there a way to embed it within the main program without having to have IIS installed on the machine? Maybe in a WebBrowser client?
Is there a way to embed it within the main program without having to have IIS installed on the machine? Maybe in a WebBrowser client?