Results 1 to 6 of 6

Thread: Having problems with the server hosting my site [Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2004
    Location
    Cape Town, South Africa
    Posts
    149

    Exclamation Having problems with the server hosting my site [Resolved]

    Hey all.

    I've just developed a website in vb.net / asp.net and i'm testing it on the host's server, and i'm getting one annoying problem and I do not know why it is happening.

    I have a module where I instantiate a class in the Sub Main. This class contains all the logic. On startup of the website I call this Sub Main of the module in the Page_Load of a blank form, and then straight afterwards response.redirect to another page.

    On my machine, this works perfectly and the instance of the class remains in memory. However, on the server all memory seems to be cleared after I response.redirect to the new form. Why would this happen? The instance of the class just dissappears from memory on that new form. This doesn't happen on my machine.

    Any help will be great.
    Thanks and happy new year :P
    Last edited by Patch21; Jan 2nd, 2005 at 02:54 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width