Skip to content

chrisjsherm/FoundationPortal

Repository files navigation

FundPortal

Fund Portal is fund management application designed to facilitate the creation, modification, removal, and analysis of fund allocations. It is written in C# and JavaScript on the .NET framework.

Configuration

Fund Portal is configured to use Central Authentication Service (CAS) forms authentication. To use CAS authentication, you will need to add the configuration elements for ASP.NET Forms Authentication discussed in the CAS documentation to Web.config or use a transformation to insert them via a Web.Debug.config/Web.Release.config file.

Related to CAS, you will need to modify the application's authorization filtering in the FilterConfig.cs and WebApiConfig.cs files within MvcWebRole/App_Start which currently contains roles specific to Virginia Tech.

To deploy the application to Azure, you must add a ServiceConfiguration.Cloud.cscfg file to the Cloud Service project.

MIT License

Copyright 2013 Virginia Tech under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published