cbkim3

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Internal server error (500) #11830
    cbkim3
    Participant

    Tank you

    I solved it by reinstalling what I had manually installed on rapidSCADA 6 beta.

    in reply to: Internal server error (500) #11818
    cbkim3
    Participant

    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 2 years, 8 months ago by cbkim3.
Viewing 2 posts - 1 through 2 (of 2 total)