173187 Posted May 23, 2008 Posted May 23, 2008 I have free account in your site & I have problem in my this http://vikrantjhala.heliohost.org/default.aspx when l open my above site the error 500 display can you help me to solve this problem ? and also frontpage extensions is not working properly and also your server sometime response too slow . thanks
Ashoat Posted May 23, 2008 Posted May 23, 2008 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.
crazybmanp Posted May 25, 2008 Posted May 25, 2008 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)
Ashoat Posted May 26, 2008 Posted May 26, 2008 OK, so that probably means it's not HelioHost's fault. Still no response from cPanel forums on the ASP.NET issue.
Ashoat Posted May 28, 2008 Posted May 28, 2008 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.
173187 Posted May 31, 2008 Author Posted May 31, 2008 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
Ashoat Posted June 1, 2008 Posted June 1, 2008 Read the error, and fix the issues as described. Then let me know and I'll check the page again.
macubx Posted June 4, 2008 Posted June 4, 2008 does anybody has a successful .aspx / dotNet 2.0 website? mind if i see the link.. thanks
joten Posted June 18, 2008 Posted June 18, 2008 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?
Ashoat Posted June 18, 2008 Posted June 18, 2008 does anybody has a successful .aspx / dotNet 2.0 website? mind if i see the link.. thanksI 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.
joten Posted June 19, 2008 Posted June 19, 2008 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 ...
joten Posted June 20, 2008 Posted June 20, 2008 Yes it does! Without the language declaration the page Test.aspx loads fine: http://bouwproject.heliohost.org/Test.aspx But, of course, I need the declaration for my code behind ...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now