Hello Mr Mikhail
After installing rapidSCADA 6.0 on Windows 11, the Webstation is “Not available”.
The Internal server error is 500.19, and the error code is 0x8007000d.
How to solve it?
web.config file
<?xml version=”1.0″ encoding=”utf-8″?>
<configuration>
<location path=”.” inheritInChildApplications=”false”>
<system.webServer>
<handlers>
<add name=”aspNetCore” path=”*” verb=”*” modules=”AspNetCoreModuleV2″ resourceType=”Unspecified” />
</handlers>
<aspNetCore processPath=”dotnet” arguments=”.\ScadaWeb.dll” stdoutLogEnabled=”false” stdoutLogFile=”.\logs\stdout” hostingModel=”inprocess” />
</system.webServer>
</location>
</configuration>
<!–ProjectGuid: b4495bf2-c904-4bfe-bf3b-fe38cf0fc378–>
-
This reply was modified 1 year, 9 months ago by cbkim3.