This commit is contained in:
2022-02-21 19:16:26 +00:00
parent 0f919d9706
commit 4147b3bd44
4 changed files with 35 additions and 4 deletions

View File

@@ -260,7 +260,7 @@ Save the recycle time once entered and click on Ok to save and continue to the n
#### Open AyaNova app through IIS
Right click on the AyaNova site created earlier in IIS Manager and select "Manage website" and then "Browse". The AyaNova web app should open to the login page.
Right click on the AyaNova site created earlier in IIS Manager and select "Manage website" and then "Browse". The AyaNova web app should open to the login (or license agreement) page.
If you receive an error message from IIS "HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid." This generally means you did not follow the steps in the correct order and ASP.NET Core was installed **before** IIS was enabled which means IIS doesn't have the proper handlers to run an ASP.NET Core application. In order to fix this run the ASP.NET Core hosting bundle setup again that was installed previously (repair installation) to ensure IIS is setup with the correct handlers.
@@ -278,6 +278,10 @@ For connection from the internet your network adminstrator will need to setup II
Let's Encrypt provides free SSL certificates and lists [several Windows clients](https://letsencrypt.org/docs/client-options/#clients-windows-/-iis) for use with Let's Encrypt on Windows.
### Report rendering first time delay
The very first time a report is rendered in AyaNova there will be a delay while the chromium browser report rendering components are installed.
## Getting started and using AyaNova
The next step is to [login](ay-start-login.md), request or install a [license](adm-license.md) and if are trying out AyaNova for the first time follow the [evaluation trial guide](ay-evaluate.md).