Accessing Values of local variables in previous page when using custom error page

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Accessing Values of local variables in previous page when using custom error page

    Hello,

    I have created a nice funky 500 - 100 error page which gives a nicer
    error; happily loops through and supplies querysting information, all
    headers, server variables..etc but it has a limitation.

    On a normal error page you can always use a response.write then
    response.end to look a the value of a local variable. What I would
    LOVE would be to be able to loop through all the local variables (not
    form or querystring, they're sorted) on the previous page and display
    their values so a developer would see the complete state of the page
    on the error page without having to use any on error statements.

    Has anyone achieved this, I can't think of a way at all.

    Many thanks anyone who gives it some thought.

    Best regards,

    Steve King
    steve king Guest

  2. Similar Questions and Discussions

    1. Accessing ADO.NET Data Controls on a Web Page from custom control at Design Time
      Hi I'm building a custom control that requires a SQL Connection. I would like to be able to display a list of SQL Connection Data Controls on a...
    2. Custom home page IWP and NAT issue (local vs global IP)
      We have a local machine with fixed local IP. Our firewall is configured to direct web requests to this local machine. We are using instant web...
    3. Accessing VJ++ COM DLL From ASP Page gives error
      Hi Friends, I had written a VJ++ COM DLL which uses some jar files.I tried to access the DLL from a VB Standard Exe and it worked fine.But,when i...
    4. Accessing page request / server variables in a class file.
      Hi, Here's a question for you all. Under "classic" ASP any ASP page could have any number of #Include files. Using #Include files I could have...
    5. Error accessing page
      I've got an ASP .Net project which I built on a development machine, but when I copy the files to another computer I get the following error: ...
  3. #2

    Default Re: Accessing Values of local variables in previous page when using custom error page

    MAtt,

    Thanks for the answer, We've inherited a huge website from another set
    of developers so I think the best option as you say is to use on error
    resume next and just get rewriting in .Net, so, there goes my social
    life.

    Thanks again for answer.

    Steve



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    steve king Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139