C# program on a web server

45cal

New Member
I have written a DBMS program in C# (.Net Framework 4, VS 2010). Now I decided it would be a good idea to be able to query it from a simple web-page using a textbox and a button and get results listed on another web-page.What's the easiest way to achieve that?
 
Back
Top