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
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.