Differences between global.asax and web.config
| Sno | global.asax | web.config |
| 1 | Class File | Its an XML file |
| 2 | There can be only one for an application | there can be many if under different sub-folders |
| 3 | Can have Application and Session events | Can't |
| 4 | Need to be recompiled when changes are made | No need to compile when changes are made. |

0 comments
Post a Comment
www.codecollege.NET