Yes! I am not alone! I have an IIS application that works together with a
VB DHTMLApplication. I have noticed the following anomally:
- With Win2K+ OS and IE 5.5+ browser the DHTMLApplication which makes use of
VB Global variables has them cleared for an unknown reason. The IIS Application continues to run, and is not reporting any errors.
Here is where it gets weird. The server has two NICs. The DHTMLApplication never crashes when the IIS Application is accessed from the internal LAN / NIC. However, when accessed through the "hot" internet NIC, which is behind a firewall, the above anomally is observed.
I have applied all security updates, I have removed all security updates. I have built a new Win2K server with a barebones IIS install and the problem still occurs. The IIS Application has not been changed in months. Neither has the client side DHTMLApplication.
I am about to lose it. No wonder big corporations go with the Java framework instead of MS. It bugs me to no end when MS ditches a technology that they encouraged developers to use only a few years ago. Grr...
Quote:
quote:Originally posted by vinaysharma77
Hi Again,
With regards to the same problem mentioned above, I am able to figure out the exact problem. The actual problem here is I loose the values of my "Global Constants" on the change of my HTML templates. I have kept my DSN string for the DB connection in a global constant called "DSN_STRING". Now when i try to navigate from one HTML template to another I found that the DSN_STRING value was gone.
I just have no explaination as to why my constants are loosing their values. I remaind you guys that I am trying to run my WebClass (IIS) application on Win 2003 Server.
If you guys have come across any such kind of situation then please share your thoughts with me and if any one has a solution to this problem then I will be real glad to know it.
-Vinay
|