500 - Internal server error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ranjaniVinsInfo
    New Member
    • Jan 2012
    • 34

    500 - Internal server error

    Hai all,
    I am using classic asp in my application. i have one form in that application. Actually, if i Submit that form It will redirect to asp page. but i got the error

    Server Error
    500 - Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.
  • C CSR
    New Member
    • Jan 2012
    • 144

    #2
    You have a bug in your code; a syntax error, an inappropriate symbol or character inside the inline code. Check the page piece by piece, commenting out where you suspect the error might be occurring. Worse case scenario, comment all the code between the opening and closing "<%%>" until you can hit your target page (correctly presented or not), then put the pieces back in one section or line at time. --Good luck.

    If you have a server, run it from the server--you may get better error messages. :(

    Comment

    Working...