Jump to content

[Solved] .aspx Site not working


kott424

Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

After some research, I am unable to identify the cause of this issue. I have escalated the issue to cPanel tech support; we'll see what they have to say.

Link to comment
Share on other sites

I am new at asp.net and found helihost. I was hoping it would work but it doesn't seem to. When I view the indes.aspx all I see is the source.

 

<html>

<body>

<form name="login" runat="server">

<asp:TextBox id="user" runat="server" />

<asp:TextBox id="pass" TextMode="password" runat="server" />

<asp:Button id="submitlogin" text="Login" onClick="Submit" runat="server" />

</form>

</body>

</html>

 

I am on the johnny server and I know that I don't have the Submit function in yet for the button. But I thought I would at least see the form. Am I programming it right or is the something I need to change. Please Help. Thanks in Advance

Link to comment
Share on other sites

Hey guys... it looks like the issue is now resolved. For the admins' reference, here was the solution:

 

To fix this I stopped Apache, killed any Mono processes running, deleted /tmp/mod_mono* and started Apache. I had noticed that /root/mod_mono_server_global was owned by root which I believe was causing the issue.

Please let me know if the issue persists.

Link to comment
Share on other sites

Okay, fixed. Admins, this will fix the issue going forward:

 

rm -f /tmp/mod_mono_*
killall mono

 

PS: MardukCorp: We have version 6.3.6.0 installed, not 5.0.9.0.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...