How to have a WinForms app that has a ASP.NET WebSite as part of the Solution.
What I would like to do is as my WinForms app start the ASP.NET Service also starts.
When the Winforms app closes, I want to shutdown the ASP.NET Service.
Main Objective
Essentially my objective is to be able to view a Silverlight XAP file in my WinForms BrowserControl.
The XAP will not function correctly because of security issues, and it needs to access files (images/videos) from the filesystem.