This has to do with the other question which was never answered.
Here is the example website structure:
MainLevel
MainLevel\LiveSupport
MainLevel\LiveSupport\CuteSoft_Client
MainLevel\LiveSupport\CuteSoft_Client\CuteChat
The web.config file is in the MainLevel folder, thus the global.asax.cs file has to then go there as well?
How does the structure need to be setup, as the application can obviously not use the global.asax and web.config files in the CuteSoft_Client folder due to the other web.config file at the main level?
Thanks