I have an intranet website which is basically porting over a WinForms application to make it web accessible. There is a very specific block of code though which in the winforms program a user clicks a button and it saves a bunch of stuff from their registry into a database. Long story why it does this but its important.
What would be the easiest way for me to do this through a browser. I obviously anticipate I'll need to write a plugin or something. Anyone have experience of this in C#?