Application Restarts

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Application Restarts

    Hello All,

    I'm facing a peculiar problem with the web application
    that we have developed.

    Whenever a small change has been done in an ASPX page & is
    replaced on the web server & when this page is being
    accessed through the browser all the sessions on the
    server gets lost.

    I understand that whenever a DLL is replaced then all
    existing sessions will be lost - but in this case the ASPX
    page does not contain any code behind. Its just a normal
    page with textual content. We have set application level
    cache set for caching purposes. Also this does not happen
    with one specific ASPX file - any ASPX file replaced on
    the server AND when that particular file is requested the
    sessions are lost ( basically the application restarts
    itself).

    Please advice

    Thanks in advance for your replies

    Regards

    Senthil
    Senthil Guest

  2. Similar Questions and Discussions

    1. Restarts
      In system, advanced tab, turn off reboot on error. This will allow you to see the error and take corrective action. Also look in the event log when...
    2. Restarts after 8 minutes !?!?
      :evil; I simply don't understand WHAT is going on here... I have a flash template I'm getting designed by a professional. When I run my preview...
    3. win2003 restarts when i shut it
      When i shutdown win2003 it restarts again but in the second time it shuts. Thanks
    4. Windows Restarts
      Hi, Firstly thank you for reading my problem, I greatly appreciate your time. I am having a hardware/os related problem. Whenever I start to...
    5. App restarts, session disappears...
      Hi, I'm using a custom-made base class for all pages of a site. However, when I make changes to that class and replace the dll on the...
  3. #2

    Default Re: Application Restarts

    Any chance that you are writing some kind of log files to the Bin
    directory. every change in the bin directory result in application
    reset.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


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

  4. #3

    Default Re: Application Restarts

    Hello Natty:

    Yes. The error handler writes to a txt file which was
    placed inside the bin folder. We moved the file & tested
    it & it worked fine.

    Thanks a lot for your response.

    Senthil

    >-----Original Message-----
    >Any chance that you are writing some kind of log files to
    the Bin
    >directory. every change in the bin directory result in
    application
    >reset.
    >
    >Natty Gur, CTO
    >Dao2Com Ltd.
    >28th Baruch Hirsch st. Bnei-Brak
    >Israel , 51114
    >
    >Phone Numbers:
    >Office: +972-(0)3-5786668
    >Fax: +972-(0)3-5703475
    >Mobile: +972-(0)58-888377
    >
    >Know the overall picture
    >
    >
    >*** Sent via Developersdex [url]http://www.developersdex.com[/url]
    ***
    >Don't just participate in USENET...get rewarded for it!
    >.
    >
    Senthil 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