ezugaru Posted January 29, 2013 Posted January 29, 2013 Hi, I was working on my site and when I uploaded some new ASPX files I noticed that the *.ASPX started to throw an error, even the files that were working before are showing an error, then I deleted every file and tried with a fresh Default.aspx and web.config files, but still no luck, even my control panel is not working, i just get a blank page after login in. this is the error I'm getting: Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@ezugaru.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.4.3 Server at ezugaru.heliohost.org Port 80
Shinryuu Posted January 29, 2013 Posted January 29, 2013 Is the rest of the error the same as described here? If so it'll be dealt with by an admin shortly.
ezugaru Posted January 29, 2013 Author Posted January 29, 2013 Hi Shinryuu, no, my problem is just the one I described, maybe I deleted something without noticing??? but Its weird I can't even see my control panel :/. Thanks for you help.
Shinryuu Posted January 29, 2013 Posted January 29, 2013 Oh! If you're getting that error even when logging into cPanel then you're likely hitting your process limit, check your files remotely to see if maybe you got some infinite loops in code and such. Eventually the rogue processes will be killed either automatically or by an admin.
ezugaru Posted January 29, 2013 Author Posted January 29, 2013 Hi, in fact after i deleted the old files and uploaded the new Defualt.aspx file, there is no code in VB, just the forms, so i dont think my code is still cycling the processes. I just deleted all the aspx files and now i get into the root of the html direcectory. mmmm after i deleted all the aspx files now it let me get into the control panel, what could it be then???
Shinryuu Posted January 29, 2013 Posted January 29, 2013 Hmm.. Not too sure, I imagine something in the files is hinky, can you share them or anything so I can test on my Johnny account?
Krydos Posted January 30, 2013 Posted January 30, 2013 Is this still occurring, or is everything working now?
ezugaru Posted January 30, 2013 Author Posted January 30, 2013 it is still ocurring, i can access my control panel now, but the server is still throwing an error on Default.aspx, this are the files I uploaded: http://ezugaru.heliohost.org/WebSite5.rar Thanks for your help guys. This is the new error: Server Error in '/' ApplicationDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration>
Krydos Posted January 30, 2013 Posted January 30, 2013 You should enable remote error messages temporarily so we can see what the error is.
ezugaru Posted January 30, 2013 Author Posted January 30, 2013 ok, let me mod the webconfig It is still showing the error w/o describing it, like the web.config is not working either...I've read that after modding the web.config the apache service needs to be restarted , but it seems that could be kind of a problem here, :/ <p>oh, is this what we are looking for?</p><p> </p><p> </p><h1 style="color: rgb(0, 0, 0); font-family: 'Times New Roman';"> Internal Server Error</h1><p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">The server encountered an internal error or misconfiguration and was unable to complete your request.</p><p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">Please contact the server administrator, webmaster@ezugaru.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p><p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">More information about this error may be available in the server error log.</p><p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p><hr style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;" /><address style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"> Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.4.3 Server at ezugaru.heliohost.org Port 80</address>
Krydos Posted January 30, 2013 Posted January 30, 2013 That's just a 500 error and it's just as uninformative as the error before it.
ezugaru Posted January 30, 2013 Author Posted January 30, 2013 Then the web.config customerror is not working? o.O
Shinryuu Posted January 31, 2013 Posted January 31, 2013 Just to note, I've been looking at the code in Default.aspx and there were some weird things going on there, took stuff out that should've allowed it to work properly and still got nowhere so I'm thinking there's something in web.config and right now that looks Greek to me, I'll look at it some more later on though. On the bright side I'm getting some good ASP.NET exercise in heh, my class on the very subject fell through because there were only 4 students registered the week before classes began :/.
ezugaru Posted January 31, 2013 Author Posted January 31, 2013 Yeah, in fact the web.config is created by the visual studio 2012 IDE , so i am not completely sure about what could be wrong, since is a fresh website project and everything was working properly before ... maybe i deleted something important from the server w/o noticing?
ezugaru Posted January 31, 2013 Author Posted January 31, 2013 I am just frustrated, hahahahaha I didnt remember what a developer life was. xD
Recommended Posts