What is the Difference between Web.config and global.asax?
asp.net
Solution
The web.config file specifies configuration data for the .NET application. The global.asax file handles application- and session-level events
Problem
What is the Difference between Web.config and global.asax ?