• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue I deployed to Plesk admin using Asp.net Mvc. but not working in Godaddy.

sangyongjin

New Pleskian
I deployed to Plesk Admin page using Visual Studio, Every files look good for uploading. when I start my page. I cannot see any index page and got this error.
"Unrecognized element 'add'."
"
<trust level="Full" />
Line 20: <compilation debug="true" targetFramework="4.7.2" >
Line 21: <add assembly="System.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
Line 22: </compilation>
Line 23: <httpRuntime targetFramework="4.7.2" />"

I googled it for this issue, i added <add assembly="System.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />.

but still I got this issue.. please help me for this issue.
 
Back
Top