Please help site is down

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hello, I just uninstalled a plugin and then removed the folder via filezilla and now my site is down.

I'm seeing this at www.technink.com

An error occurred while starting the application.
.NET Framework 4.8.3928.0 X86 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.0.0-rtm-26452    |    Microsoft Windows 10.0.17763    |   Need help?
4 years ago
Set stdoutLogEnabled equal true in web.config (line: 14)

<aspNetCore requestTimeout="23:00:00" processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600">
      <environmentVariables />
</aspNetCore>

Then check error log in Logs folder of project root directory.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.