CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Regarding Global.asa file

    Dear sir,

    i am creating a job site. My global.asa file is not firing when ever i am opening a new instance of internet explorer browser. Because according to my knowledge it should fire when ever a user enters the site address like, www.yahoo.com. My global.asa file is firing only once, when the system is restarted. The application and session variables are initialized but after that they are not refreshed when the browser instance is closed. I am using personal web server in win'95.

    pl. give suggestions that why it is not firing.

    thanks in advance,
    anand


  2. #2
    Join Date
    Feb 2000
    Posts
    137

    Re: Regarding Global.asa file

    What are you trying to do in your Global.asa? There are certain things that can't be in this file - if you have something that it can't do in there, it won't give you any error indication, it just won't execute that code.


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

Featured