0

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.

IEnumerable
  • 3,430
  • 13
  • 44
  • 77
  • If this isn't about debugging but hosting the web application from your WinForms application, see [Hosting ASP.NET within my application](http://stackoverflow.com/questions/1365344/hosting-asp-net-within-my-application). – CodeCaster May 13 '14 at 10:47
  • Thanks I think this may help me :) - – IEnumerable May 13 '14 at 10:50

0 Answers0