• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ASP.NET is not working and IIS hangs

sonics

Regular Pleskian
i wanted to test a little asp.net script to see if it's running on the server:

<!-- hallo02.aspx -->
<%@ Page Language="VB" Debug="True" Strict="True" %>
<script runat="server">
Sub Page_Load (ByVal Sender As Object, _
ByVal E As EventArgs)
Dim tmp As String ="Hallo, Welt!"
myTitle.InnerText = tmp
myH1.InnerText = tmp
End Sub
</script>
<html><head>
<title id="myTitle" runat="server" ></title></head>
<body><h1 id="myH1" runat="server"></h1>
</body></html>

it's just a little test script. when i want to run it and open the explorer with the url to that script. the server does not respond at all and you can't view any webpages on the server for 90 seconds, after that everything is ok untill you want to open the asp.net script.

in the eventlog i see an error after the 90 sec timout:

A process serving application pool 'DefaultAppPool' failed to respond to a ping. The process id was '2356'.A process serving application pool 'DefaultAppPool' failed to respond to a ping. The process id was '2356'.


i know plesk sites should run under 'PSASystemAppPool' and not under Default... but plesk support changed that a week ago, because no website was running.

now everthing is working exept logrotation and asp.net scripts.
i enabled the parent flag under option i the webseite script config.

what can i do to get asp.net running?? or is my sample script wrong, but then still the server should'nt hang for 90 sec. The cpu usage is normal all the time.

please help?


best regards chris from switzerland
 
Back
Top