Mani_TheCat

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Scada webstation not getting open #16656
    Mani_TheCat
    Participant

    Yah the ASPNetCoreModuleV2 was not showing before in my IIS. And I had to look and download and that fixed the issue.

    By any chance can you link me with some example projects backup? I will try to restore the project and learn from there.

    My main idea is to just display values in a table format directly read from Modbus device and store it in a database for historical retrieval and viewing.

    If you can provide me a project that closely resembles to my scope that will be awesome

    Thanks,

    in reply to: Scada webstation not getting open #16641
    Mani_TheCat
    Participant

    This is what Im seeing :

    <?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–>

    in reply to: Scada webstation not getting open #16640
    Mani_TheCat
    Participant

    Hi Mikhail,

    I’m having the same issue after installation where I cannot open the workstation. I don’t know how to check the ScadaWeb.log file. Can you please help me with it?

Viewing 3 posts - 1 through 3 (of 3 total)