• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Server Error in '/' Application for aspx

W

webjobs

Guest
After upgrade to 7.6 many websites dont' work.

One of they, created in aspx.

error is

Server Error in '/' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'System.IO.File' does not contain a definition for 'ReadAllText'

Source Error:



Line 49: nometxt = fi.Name.Replace(".jpg", ".txt");
Line 50: if (File.Exists(path+"\\big\\"+nometxt)) {
Line 51: didascalia = File.ReadAllText(path+"\\big\\"+nometxt, Encoding.UTF8);
Line 52: };%>
Line 53: &nbsp;<%=didascalia%>

Before to upgrade, it worked.

pls help me.
 
Back
Top