Ben Gale
Ben Gale

Reputation: 5361

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

Upvotes: 1

Views: 514

Answers (1)

Antony Scott
Antony Scott

Reputation: 22006

Have a look at using an embedded web server if you don't want to get into running IIS or IIS Express

Upvotes: 2

Related Questions