josev
6 years agoIdeator I
Error 500.19
I have a new install of Innovator 12 and have an issue when trying to access the http://localhost/innovatorserver/
I get error 500.19. I have checked a few of the posts here and verified that ASP.N...
Josev,
Error 500.19 indicates an issue connecting to the server. If it's not an issue with the required installs like ASP.NET, I'd look at IIS. The following commands should register your ASP version with IIS, which is one situation that can cause the 500.19.
%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe –iru
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -iru
If you haven't already, you might also look at clearing your cache and restarting the IIS service, both of which can clear up some server errors.
Skyler C.