Search results

  1. B

    Custom Error Pages Error

    I have mostly given up on the custom error pages. I can't understand why it doesn't work. Also, I'm not sure what you meant by that last post. Don't mess with the 500 error page? Hmm... can you explain a little more clearly.
  2. B

    IP addresses being blocked by SORBS?

    We are also having several business emails bouncing back now. I just want to let you know how serious this problem is.
  3. B

    Custom Error Pages Error

    That's my kind of solution. I'm having an ice cold Harp and not gonna worry about it till Monday.
  4. B

    Custom Error Pages Error

    I don't know it still seems to be doing the same thing. try this link. http://queenofpersia.com/product-details.asp Alan
  5. B

    Custom Error Pages Error

    Ok, here is what I tried: <html> <body> <% response.write("This is driving me nuts") %> </body> </html> The ASP code is not being processed by the server. Even this simple page (That is the complete code of my error500.asp page) will not work when IIS transfers me to the error page...
  6. B

    Custom Error Pages Error

    OK, I renamed the error page to error500.asp and updated the cp. It's still the having the same problem. Here's an easy way to test it: http://queenofpersia.com/product-details.asp if you hit this page without any querystrings it will produce an error. Dave, if you want to see the...
  7. B

    Custom Error Pages Error

    I'm not sure why I don't usually write server before Creating the CDONTS mail object. It just works on my other pages. I changed it to server.CreateObject and the problem still persists. I think it must be something with IIS. Funny thing is if you go directly to the page without an error...
  8. B

    Custom Error Pages Error

    Here is the source code: This page is located at queenofpersia.com/500.asp I have some broken asp code on queenofpersia.com/test.asp that I've been using to test the 500.asp page. I have discovered if I move the CDONTS portion of the code into the body of the html document the page will...
  9. B

    Custom Error Pages Error

    Now this is really blowing my mind. It appears the problem is based on the number of lines of code in my error handler page. It doesn't matter what the line of code contains, including comments. If there are more than 5 lines of code the problem I described in my first post happens...
  10. B

    Custom Error Pages Error

    I commented out the CDONTS code and the problem persited. My page is .asp and there isn't an ON ERROR GOTO NEXT statement. Very strange. The problem began when I added the CDONTS code, however when I commented it out the problem continued. Then I tried removing all my asp tags completely...
  11. B

    Custom Error Pages Error

    Hey guys, I bet someone can help me with a weird little problem I'm having. I'm using a custom error page to catch .ASP errors and things have been working well until today. All of a sudden, when an error transfers the browser to the custom error page the page doesn't display. Instead...
Back
Top