Forum Replies Created
-
AuthorPosts
-
Mani_TheCat
ParticipantYah 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,
Mani_TheCat
ParticipantThis 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–>Mani_TheCat
ParticipantHi 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?
-
AuthorPosts