• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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