If your remote computer is experiencing an issue connecting via the AyaNova Data Portal, and you have re-confirmed that allconfiguration is correct (forwarding port, Internet connection, static IP address, etc) check the two following properties of the Default Web Site and the AyaNovaDP within the Computer Management screen.
Screenshots are of IIS 5.0
- In Computer Management screen, expand Internet Information Services, right-click the Default Web Site, and select Properties.
Check that the Operators tab for Default Web Site has both ServerName\ASPNET and the Administrators group where ServerName is the name of the computer.
- In Computer Management screen, expand Internet Information Services, expand Default Web Site, right-click on AyaNovaDP, and select Properties.
Check that the ASP.NET tab for AyaNovaDP is using the ASP.NET version 2
- SQL Express and SQL Server configurations - If after replacing AyaNovaDataportal with the latest, remote users receive error "cannot open database “AyaNova” requested by the login. The login failed. Login failed for user ‘machinename\ASPNET’.
This occurs as per Microsoft topic Microsoft Support
This is because the web.config is using integrated security = true.
As per the Microsoft topic - either edit the web.config to use the sa username and password, restart IIS; or grant security rights of ASPNET to the SQL Server, restart and retry.
NOTE: If receiving a similar issue with AyaNova 7 , do note that AyaNova 7 requires .NET Framework 4 not 3.5