This project is an admin application and E-Form to allow participants to give consent for an ESCC photo shoot or video.
- From an Administrator command prompt, run
app-setup-dev.cmdto set up a site in IIS. - Build the solution
- Grant modify permissions to the application pool account on the web root folder and all children
- In
~\web.configset theServerUrlapp setting to the host url. - In
~\web.configset theEmailFromapp setting to the address you wish success emails to be from. - In
~\web.configset theAuthorizeapp setting to contain the AD role Groups you wish to have access to the application - In
~\web.configadd the connection strings forPhotoConsentDBandEscc.Services.Azure.EmailQueue