173187 Posted May 23, 2008 Share 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 Quote Link to comment Share on other sites More sharing options...
Ashoat Posted May 23, 2008 Share 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. Quote Link to comment Share on other sites More sharing options...
crazybmanp Posted May 25, 2008 Share 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) Quote Link to comment Share on other sites More sharing options...
Ashoat Posted May 26, 2008 Share 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. Quote Link to comment Share on other sites More sharing options...
Ashoat Posted May 28, 2008 Share 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. Quote Link to comment Share on other sites More sharing options...
173187 Posted May 31, 2008 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Ashoat Posted June 1, 2008 Share Posted June 1, 2008 Read the error, and fix the issues as described. Then let me know and I'll check the page again. Quote Link to comment Share on other sites More sharing options...
macubx Posted June 4, 2008 Share Posted June 4, 2008 does anybody has a successful .aspx / dotNet 2.0 website? mind if i see the link.. thanks Quote Link to comment Share on other sites More sharing options...
joten Posted June 18, 2008 Share 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? Quote Link to comment Share on other sites More sharing options...
Ashoat Posted June 18, 2008 Share 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. Quote Link to comment Share on other sites More sharing options...
joten Posted June 19, 2008 Share 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 ... Quote Link to comment Share on other sites More sharing options...
Ashoat Posted June 20, 2008 Share Posted June 20, 2008 Does taking out the vB language declaration help? Quote Link to comment Share on other sites More sharing options...
joten Posted June 20, 2008 Share 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 ... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.