You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rockford Lhotka edited this page Mar 31, 2014
·
1 revision
The server manages two primary responsibilities:
Acting as an admin web site so administrators can define branding, categories, and apps for install/update
Hosting web services used by the OrgPortal app and the system tray monitor app
The server is written using ASP.NET MVC and Web API and so can run in any IIS host where .NET 4.5 is installed. This includes Windows Server or Microsoft Azure (Web Site or Web Role).
The server requires access to a SQL Server database. The schema for the tables is defined by scripts in the OrgPortalData project.