ASP.NET web control panel for a desktop application
I'm working on a C# windows application but I'd like to create a website to be hosted on the same machine that could provide monitoring, other people on the network would be able to login and see the state of certain variables, maybe trigger methods开发者_如何转开发 to turn things on and off. I'm looking for a point in the right direction as to how I'd go about doing this?
Thanks, Ben
Have a look at using an embedded web server if you don't want to get into running IIS or IIS Express
精彩评论