Click here to Skip to main content
15,886,584 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Global.asax file which was there in my current website is working in local machine but when the site is published and deployed in the remote machine, Global.asax file is not firing.

I have seen the articles posted but any of them doesn't satisfy.
Posted
Updated 2-Oct-12 21:58pm
v2
Comments
Richard C Bishop 2-Oct-12 10:04am    
Make sure you have session state mode set to InProc in your web.config file.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900