Ask a Question related to ASP.NET General, Design and Development.
-
Senthil #1
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
-
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... -
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... -
win2003 restarts when i shut it
When i shutdown win2003 it restarts again but in the second time it shuts. Thanks -
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... -
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... -
Natty Gur #2
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
-
Senthil #3
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
the Bin>-----Original Message-----
>Any chance that you are writing some kind of log files toapplication>directory. every change in the bin directory result in***>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



Reply With Quote

