Hi,
No. Any change to the web.config file will cause the Application Domain to be recycled automatically.
This isn't the same thing as an application pool recycle in IIS. An application pool can host multiple application domains and you wouldn't necessarily want every application domain in a shared application pool to be recycled because of a change made to just one application.
Regards,