Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 595 Bytes

My Servers Web Application

Simple web application to manage a list of servers

  • Displays a list of servers
  • Displays details of a single server
  • Allows the user to be able to suspend/unsuspend a server
  • Displays list of available forward DNS entries
  • Displays list of available reverse DNS entries
  • The GUI is developed with Web Forms/.Net Framework 4.8
  • The web app communicates with a SOAP API at https://api.rapidswitch.com/MyServersApi/Simulator.svc
  • Can connect to a SQLServer database using Dapper to receive the list of servers if configured to do so in the web.config file