Jump to content

Recommended Posts

Posted

Okay, I'm working on the 500 problem. I'll check back once I've got it fixed.

 

I'll take a look at FrontPage extensions and see if they work.

 

The server should be running much faster than before. Could you check Server Load under Server Status on the right panel in your cPanel and report what it is when the server seems to be running slow?

 

Here's an update:

The 500 problem seems to be caused by the server's use of ASP.NET 1.0 instead of 2.0. However, the Mono Project's directions for setting to ASP.NET 2.0 aren't working... instead, they seem to be disabling ASP.NET altogether. I'm contacting cPanel to see if they have any suggestions on this matter.

 

As for the FrontPage extensions, check if they work now.

Posted

for the frontpage problem, make sure you have properly installed frontpage, and you haven't deleted any of the folders in your public_html folder like _vti_[something else here] or the _private folder, these are folders that are required for frontpage to work.

 

(at least on my hosting server through heliohost, frontpage seems to be working and response times seem great, maybe there is a problem with a server)

Posted

OK, so that probably means it's not HelioHost's fault.

 

Still no response from cPanel forums on the ASP.NET issue.

Posted

OK, I think I've fixed the problem. There seems to be another problem, but it's different and probably has more to do with your script than the server. It says that the error is hidden for security purposes... so if it's still something weird just post it here and let me know what's up.

Posted
OK, I think I've fixed the problem. There seems to be another problem, but it's different and probably has more to do with your script than the server. It says that the error is hidden for security purposes... so if it's still something weird just post it here and let me know what's up.

 

http://vikrantjhala.heliohost.org/Default4.aspx in this my site there is runtime error how l solve this .In my computer I see my page without any error But when I host this Default4.aspx file on your server the error display I think your server not support 2.0 .Net Framework

Posted

Read the error, and fix the issues as described. Then let me know and I'll check the page again.

  • 2 weeks later...
Posted
does anybody has a successful .aspx / dotNet 2.0 website? mind if i see the link.. thanks
I have made a successful "Hello World" application here.

 

I still get a HTTP 500 Error on my webpage http://bouwproject.heliohost.org/Index.aspx

 

Should the ASP.NET 2.0 issue be resolved?

Yes. Check your error online and see if anybody knows what it is coming from.
Posted

I tried the same on my account but I get the same error: http://bouwproject.heliohost.org/Test.aspx.

 

That's the page content of Test.aspx:

 

<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body>

 

TEST

 

</body>

</html>

 

I don't know what could be wrong!

 

Thanks for your help ...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...